Change default model for OpenClaw

This commit is contained in:
ashisgreat22 2026-03-07 12:41:08 +01:00
parent a22cd30b6a
commit 09ef504306
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
defaults = {
workspace = "/home/kafka/openclaw/workspace";
model = {
primary = "zai/glm-4.7";
primary = "cli/gemini-3.1-pro-preview";
};
};
};

View file

@ -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",