fix temperature

This commit is contained in:
2026-05-24 20:34:17 -06:00
parent 8a0bfb6b24
commit 5371b7daf1

View File

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