fix: tempurature was too low
This commit is contained in:
+1
-1
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user