From 83efcbf74536d44b504dff0a1b308c83dce7e587 Mon Sep 17 00:00:00 2001 From: Sirius Claw Date: Mon, 20 Apr 2026 03:14:10 +0000 Subject: [PATCH] chore: point OpenClaw to the new L4 vLLM dispatcher --- apps/base/customer1/openclaw/configmap.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 9717b48..08ee999 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -41,13 +41,13 @@ data: "models": { "providers": { "local-vllm": { - "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", + "baseUrl": "http://openclaw-brain-service-l4.customer1.svc.cluster.local:8000/v1", "apiKey": "EMPTY", "api": "openai-completions", "models": [ { - "id": "coder3101/Qwen3.5-27B-heretic", - "name": "Qwen3.5-27B-Heretic" + "id": "trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic", + "name": "Qwen2.5-Coder-7B-Heretic" } ] } @@ -56,7 +56,7 @@ data: "agents": { "defaults": { "model": { - "primary": "local-vllm/coder3101/Qwen3.5-27B-heretic", + "primary": "local-vllm/trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic", "fallbacks": ["google/gemini-3.1-pro-preview"] }, "workspace": "/home/node/.openclaw/workspace"