Change default model for OpenClaw
This commit is contained in:
parent
a22cd30b6a
commit
09ef504306
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
defaults = {
|
||||
workspace = "/home/kafka/openclaw/workspace";
|
||||
model = {
|
||||
primary = "zai/glm-4.7";
|
||||
primary = "cli/gemini-3.1-pro-preview";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ in
|
|||
"agents": {
|
||||
"defaults": {
|
||||
"workspace": "${cfg.dataDir}/workspace",
|
||||
"model": { "primary": "zai/glm-4.7" },
|
||||
"model": { "primary": "cli/gemini-3.1-pro-preview" },
|
||||
"memorySearch": {
|
||||
"enabled": true,
|
||||
"provider": "local",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue