Update brain.mjs
This commit is contained in:
parent
05f0267dbd
commit
faf9d3e8fa
1 changed files with 3 additions and 1 deletions
|
@ -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}` }]
|
||||
|
|
Loading…
Reference in a new issue