Update brainapi.mjs

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 04:42:18 +00:00
parent 681412952d
commit 603f80a3ea

View file

@ -171,10 +171,10 @@ export class ConsciousnessSimulator {
AI MEMORY CONTEXT ARRAY:
${JSON.stringify(this.memoryLog)}` }]
});
emotion = emotion.message.content.toLowerCase()
this.currentEmotion = emotion
emote = emotion.message.content.toLowerCase()
this.currentEmotion = emote
this.logAIContextMemory()
return emotion
return emote
} catch {
return "happy"
}