fix: tempurature was too low

This commit is contained in:
2026-05-31 17:19:07 -05:00
parent 192c9e85ff
commit b1cb1cce75
+1 -1
View File
@@ -162,7 +162,7 @@ async function runOllamaLoop(ctx: AgentRunContext): Promise<AgentResult> {
tools, tools,
keep_alive: -1, keep_alive: -1,
think: false, think: false,
options: { num_ctx: 262144, temperature: 0 }, options: { num_ctx: 262144, temperature: 0.1 },
}), }),
{ {
delaysMs: [3_000, 8_000], delaysMs: [3_000, 8_000],