smallmodel
This commit is contained in:
parent
9d8d915e7d
commit
a909972a57
2 changed files with 4 additions and 2 deletions
|
|
@ -349,7 +349,7 @@
|
|||
id = "OPENCLAW_GATEWAY_TOKEN";
|
||||
};
|
||||
|
||||
agents.defaults.model.primary = "ollama/llama3.1:8b";
|
||||
agents.defaults.model.primary = "ollama/qwen2.5:3b";
|
||||
models.providers.ollama = {
|
||||
baseUrl = "http://127.0.0.1:11434";
|
||||
api = "ollama";
|
||||
|
|
@ -360,5 +360,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".openclaw/openclaw.json".force = true;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@
|
|||
acceleration = "cuda";
|
||||
host = "[::]";
|
||||
loadModels = [
|
||||
"llama3.1:8b"
|
||||
"qwen2.5:3b"
|
||||
];
|
||||
syncModels = true;
|
||||
# listenAddress = "10.0.0.2:11434";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue