Switch default model to haiku-4-5 for cost efficiency

This commit is contained in:
Jarvis
2026-02-05 09:57:18 -07:00
parent 93ba8daeb8
commit cf1d8e07fb

View File

@@ -23,7 +23,7 @@
"agents": {
"defaults": {
"model": {
"primary": "anthropic/claude-sonnet-4-5"
"primary": "anthropic/claude-haiku-4-5"
},
"models": {
"anthropic/claude-opus-4-5": {
@@ -31,6 +31,9 @@
},
"anthropic/claude-sonnet-4-5": {
"alias": "sonnet"
},
"anthropic/claude-haiku-4-5": {
"alias": "haiku"
}
},
"workspace": "/home/jramos/.openclaw/workspace",