This commit is contained in:
2026-03-18 13:26:32 +08:00
parent 4330ddd338
commit a12a665fde
3 changed files with 6 additions and 6 deletions

View File

@@ -495,7 +495,7 @@ class ProblemFlowchartAIGen(APIView):
python_code = request.data.get("python", "")
client = get_ai_client()
response = client.chat.completions.create(
model="deepseek-chat",
model="deepseek-reasoner",
messages=[
{
"role": "system",