Update brain.mjs
This commit is contained in:
parent
adaa81c348
commit
131f97cb42
1 changed files with 2 additions and 2 deletions
|
@ -76,13 +76,13 @@ export class ConsciousnessSimulator {
|
|||
|
||||
// Method to generate a new goal using Ollama
|
||||
async generateGoal() {
|
||||
const response = await this.generateThought("Generate a new goal.");
|
||||
const response = await this.generateThought("Generate a new goal to achieve. Show only a sentence describing the goal.");
|
||||
return response;
|
||||
}
|
||||
|
||||
// Method to generate a new focus using Ollama
|
||||
async generateFocus() {
|
||||
const response = await this.generateThought("Generate a new focus.");
|
||||
const response = await this.generateThought("Generate a new focus/idea/thought/answer for your current goal. Show only a sentence describing the focus/idea/thought/answer.");
|
||||
return response;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue