diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 30a4753..049257d 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -43,7 +43,7 @@ data: "local-vllm": { "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", "apiKey": "sk-local-vllm", - "api": "openai-completions", + "api": "openai", "models": [ { "id": "coder3101/Qwen3.5-27B-heretic", @@ -56,7 +56,7 @@ data: "agents": { "defaults": { "model": { - "primary": "openai/coder3101/Qwen3.5-27B-heretic", + "primary": "local-vllm/coder3101/Qwen3.5-27B-heretic", "fallbacks": ["google/gemini-3.1-pro-preview"] }, "workspace": "~/.openclaw/workspace"