diff --git a/brain.mjs b/brain.mjs index 1277bf1..fc80699 100644 --- a/brain.mjs +++ b/brain.mjs @@ -98,7 +98,9 @@ export class ConsciousnessSimulator { try { const response = await ollama.chat({ model: 'rns96/deepseek-R1-ablated:f16_q40', - messages: [{ role: 'user', content: `PROMPT: ${prompt} + messages: [{ role: 'user', content: `Talk about/answer to the "PROMPT" using the "AI MEMORY CONTEXT." + + PROMPT: ${prompt} AI MEMORY CONTEXT ARRAY: ${this.memoryLog}` }]