diff --git a/sample.mjs b/sample.mjs index cb0e730..c7adda8 100644 --- a/sample.mjs +++ b/sample.mjs @@ -13,11 +13,6 @@ async function main() { //Simulate self-consciousness simulator.simulateConsciousness(); - simulator.updateEmotion() // Change the emotion - - - //Simulate self-consciousness - simulator.simulateConsciousness(); // Example of user interaction (dream/wake functions) setTimeout(() => { @@ -28,10 +23,6 @@ async function main() { simulator.setUserActive(true); // Simulate activity resumption (awakeness) after 20 seconds }, 20000); - - - simulator.updateEmotion() - simulator.generateThought("The dream you just had") // generate a thought about the dream we just had simulator.generateThoughtAndChat("How was the dream?") // user asks how was the dream