feat: add gemini fallback for when a100 spot node is preempted

This commit is contained in:
SiriusClaw 2026-04-18 17:52:18 +00:00
parent 9051c033c4
commit 4c70794302

View file

@ -48,7 +48,10 @@ data:
"agents": { "agents": {
"defaults": { "defaults": {
"model": { "primary": "openai/cognitivecomputations/dolphin-2.9.2-qwen1.5-32b" }, "model": {
"primary": "openai/cognitivecomputations/dolphin-2.9.2-qwen1.5-32b",
"fallbacks": ["google/gemini-3.1-pro-preview"]
},
"workspace": "~/.openclaw/workspace" "workspace": "~/.openclaw/workspace"
}, },
"list": [ "list": [