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 = {
|
defaults = {
|
||||||
workspace = "/home/kafka/openclaw/workspace";
|
workspace = "/home/kafka/openclaw/workspace";
|
||||||
model = {
|
model = {
|
||||||
primary = "zai/glm-4.7";
|
primary = "cli/gemini-3.1-pro-preview";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@ in
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"workspace": "${cfg.dataDir}/workspace",
|
"workspace": "${cfg.dataDir}/workspace",
|
||||||
"model": { "primary": "zai/glm-4.7" },
|
"model": { "primary": "cli/gemini-3.1-pro-preview" },
|
||||||
"memorySearch": {
|
"memorySearch": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"provider": "local",
|
"provider": "local",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue