Update brain.mjs
This commit is contained in:
parent
74f57248d8
commit
0e7274a5c5
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export class ConsciousnessSimulator {
|
|||
async updateEmotion() {
|
||||
try {
|
||||
const emotion = await ollama.chat({
|
||||
model: 'sparksammy/tinysam-l3.2',
|
||||
model: 'llama3.2',
|
||||
messages: [{ role: 'assistant', content: `
|
||||
PROMPT: pick an emotion from the following array according to the memory context.
|
||||
*NOTE: ONLY display the emotion name AS STATED in the array, NO QUOTES, NO EXTRA wording emoji or symbols. If there is nothing in AI MEMORY CONTEXT, default to happy.*
|
||||
|
|
Loading…
Reference in a new issue