From 5371b7daf159aa1eaa1971bb8850c51d21978bb1 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 24 May 2026 20:34:17 -0600 Subject: [PATCH] fix temperature --- flowchart/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowchart/tasks.py b/flowchart/tasks.py index dedbb02..a209f94 100644 --- a/flowchart/tasks.py +++ b/flowchart/tasks.py @@ -63,7 +63,7 @@ def evaluate_flowchart_task(submission_id): {"role": "system", "content": system_prompt}, {"role": "user", "content": user_prompt} ], - temperature=0.3, + temperature=0, extra_body={"thinking": {"type": "disabled"}}, )