promp and temp

This commit is contained in:
legop3
2026-05-04 22:48:18 -04:00
parent 49987c445f
commit 85e42851f3
2 changed files with 3 additions and 2 deletions
@@ -256,7 +256,7 @@ async function runDecision(triggerReason) {
model,
stream: false,
keep_alive: -1,
options: { temperature: 0.4, top_p: 0.9 },
options: { temperature: 0.25, top_p: 0.9 },
messages: modelMessages,
tools: ollamaTools,
});