Update brain.mjs

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 03:17:58 +00:00
parent ae441a7a9d
commit 2efbbf64ca

View file

@ -4,6 +4,7 @@ import readline from 'readline';
class ConsciousnessApp {
constructor() {
this.simulator = new ConsciousnessSimulator();
this.ollama = simulator.createOllamaValue(); //init ollama @ baked-in localhost/default port
this.isActive = true; // User starts active
this.lastActiveTime = Date.now();
this.dreamTimeout = null;