mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
use default temp for ollama model
This commit is contained in:
@@ -368,7 +368,7 @@ async function runDecision(triggerReason) {
|
||||
model,
|
||||
stream: false,
|
||||
keep_alive: -1,
|
||||
options: { temperature: 0.25, top_p: 0.9 },
|
||||
// options: { temperature: 0.25, top_p: 0.9 },
|
||||
messages: modelMessages,
|
||||
tools: ollamaTools,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user