chore: more improvement and reproducibility

This commit is contained in:
2026-05-31 16:24:09 -05:00
parent fc11b91851
commit 37d15a338d
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ async function runOllamaLoop(ctx: AgentRunContext): Promise<AgentResult> {
tools,
keep_alive: -1,
think: false,
options: { num_ctx: 262144 },
options: { num_ctx: 262144, temperature: 0 },
}),
{
delaysMs: [3_000, 8_000],