We no longer have to self-define emotions!
This commit is contained in:
parent
2134c26fc4
commit
647648001c
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue