From ae441a7a9d83a393673b52a7b9ffafc41ff337a0 Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Sat, 8 Feb 2025 03:16:56 +0000 Subject: [PATCH] Update sample-test.mjs --- sample-test.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample-test.mjs b/sample-test.mjs index 5174d4c..5b613f9 100644 --- a/sample-test.mjs +++ b/sample-test.mjs @@ -2,6 +2,8 @@ import { ConsciousnessSimulator } from './brainapi.mjs' async function main() { const simulator = new ConsciousnessSimulator(); + await simulator.createOllamaValue(); //init ollama @ baked-in localhost/default port + await simulator.simulateConsciousness(); // Simulate consciousness