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" + } } },