From 283e7e92e1b0a05d4f41fed41670904137b78f1f Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 19 Apr 2026 07:21:58 +0000 Subject: [PATCH] configmap --- apps/base/customer1/openclaw/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"