This commit is contained in:
2026-05-08 20:16:19 -06:00
parent 34f6a2e24a
commit 031be90445
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ def evaluate_flowchart_task(submission_id):
{"role": "user", "content": user_prompt}
],
temperature=0.3,
extra_body={"thinking": False},
extra_body={"thinking": {"type": "disabled"}},
)
ai_response = response.choices[0].message.content