fix flowchart
This commit is contained in:
@@ -494,7 +494,7 @@ class ProblemFlowchartAIGen(APIView):
|
||||
python_code = request.data.get("python", "")
|
||||
client = get_ai_client()
|
||||
response = client.chat.completions.create(
|
||||
model="deepseek-reasoner",
|
||||
model="deepseek-v4-flash",
|
||||
messages=[
|
||||
{
|
||||
"role": "system",
|
||||
|
||||
Reference in New Issue
Block a user