fix flowchart

This commit is contained in:
2026-05-07 06:09:13 -06:00
parent 923c27566c
commit df097dd610
5 changed files with 48 additions and 31 deletions

View File

@@ -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",