diff --git a/agents/ollama.ts b/agents/ollama.ts index 51baa55..3a40b39 100644 --- a/agents/ollama.ts +++ b/agents/ollama.ts @@ -162,7 +162,7 @@ async function runOllamaLoop(ctx: AgentRunContext): Promise { tools, keep_alive: -1, think: false, - options: { num_ctx: 262144, temperature: 0 }, + options: { num_ctx: 262144, temperature: 0.1 }, }), { delaysMs: [3_000, 8_000],