wow i'm kinda dumb for that lol

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 04:11:20 +00:00
parent 27ff7547ef
commit bc9685a12b

View file

@ -171,11 +171,9 @@ export class ConsciousnessSimulator {
AI MEMORY CONTEXT ARRAY: AI MEMORY CONTEXT ARRAY:
${this.memoryLog}` }] ${this.memoryLog}` }]
}); });
console.log(`**EMOTION DEBUG** - ${this.getLastWordLowerCase(emotion.message.content)}`)
emotion = emotion.message.content.toLowerCase() emotion = emotion.message.content.toLowerCase()
this.currentEmotion = emotion this.currentEmotion = emotion
this.logAIContextMemory() this.logAIContextMemory()
await this.updateEmotion()
return emotion return emotion
} catch { } catch {
return "happy" return "happy"