From 5ecd7a66bedb414f7651ba1de4cc0a591b0d6b16 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 19 Apr 2026 05:51:42 +0000 Subject: [PATCH] fix config map --- apps/base/customer1/openclaw/configmap.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 77bf0c9..777ca8e 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -38,15 +38,17 @@ data: } }, "models": { + + "mode": "merge", "providers": { - "openai": { - "enabled": true, + "local-vllm": { "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", - "apiKey": "sk-local-vllm" + "apiKey": "sk-local-vllm", + "api": "openai-completions" } } }, - + "agents": { "defaults": { "model": {