From 4c70794302d70777f0c6277667198cd84defdad5 Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 17:52:18 +0000 Subject: [PATCH] feat: add gemini fallback for when a100 spot node is preempted --- apps/base/customer1/openclaw/configmap.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index dd9d797..84d8098 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -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": [