mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-02 13:25:31 +02:00
Update local.js
Made Andy-4 the default model if the Ollama API is the only thing specified
This commit is contained in:
parent
d2a3e11fdd
commit
d32dcdc887
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export class Local {
|
|||
}
|
||||
|
||||
async sendRequest(turns, systemMessage) {
|
||||
let model = this.model_name || 'llama3.1'; // Updated to llama3.1, as it is more performant than llama3
|
||||
let model = this.model_name || 'sweaterdog/andy-4:latest'; // Changed to Andy-4
|
||||
let messages = strictFormat(turns);
|
||||
messages.unshift({ role: 'system', content: systemMessage });
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue