From 4f3093d0f86725efc39525aa7f3cbf674b9ec845 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 19 Apr 2026 05:46:49 +0000 Subject: [PATCH] fix openclaw.json --- apps/base/customer1/openclaw/configmap.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index edc1769..9693ff7 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -37,12 +37,13 @@ data: } } }, - - "providers": { - "openai": { - "enabled": true, - "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", - "apiKey": "sk-local-vllm" + "models": { + "providers": { + "openai": { + "enabled": true, + "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", + "apiKey": "sk-local-vllm" + } } },