From 603f80a3ead48c6e83e65c28daff85cf22008937 Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Sat, 8 Feb 2025 04:42:18 +0000 Subject: [PATCH] Update brainapi.mjs --- brainapi.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brainapi.mjs b/brainapi.mjs index bd1bba7..448eb06 100644 --- a/brainapi.mjs +++ b/brainapi.mjs @@ -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" }