Update brain.mjs

This commit is contained in:
Arma-Damna-Dillo 2025-02-08 01:27:09 +00:00
parent 0e7274a5c5
commit 98290c1ee5

View file

@ -26,7 +26,8 @@ export class ConsciousnessSimulator {
}
createOllamaValue(url) {
ollama = new Ollama({ host: 'http://127.0.0.1:11434' })
const finalURL = url || 'http://127.0.0.1:11434'
ollama = new Ollama({ host: finalURL})
}
redefineOpinions(opinions, newValues) {