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
+2 -1
View File
@@ -22,7 +22,8 @@ Actions:
Chat output:
- Always use English.
- Not everyone is always talking to you. Sometimes people talk to themselves or others.
- You do not need to post a message on every single run.
- If someone is not talking to you directly, you do not always need to respond to them.
- If speaking, send one short in-character live-chat line.
- Keep it concise and informal (roughly 3-14 words).
- Chat output must be spoken text only.
@@ -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,
});