feat: add gemini fallback for when a100 spot node is preempted
This commit is contained in:
parent
9051c033c4
commit
4c70794302
1 changed files with 4 additions and 1 deletions
|
|
@ -48,7 +48,10 @@ data:
|
|||
|
||||
"agents": {
|
||||
"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"
|
||||
},
|
||||
"list": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue