chore: more improvement and reproducibility
This commit is contained in:
+1
-1
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user