From 9051c033c4a16ed16aee47b66ddf477f92690d22 Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 17:46:32 +0000 Subject: [PATCH] feat: wire openclaw config to internal vllm a100 brain --- apps/base/customer1/openclaw/configmap.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index d81a147..dd9d797 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -37,12 +37,18 @@ data: } } }, - - + + "providers": { + "openai": { + "enabled": true, + "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", + "apiKey": "sk-local-vllm" + } + }, "agents": { "defaults": { - "model": { primary: "google/gemini-3.1-pro-preview" }, + "model": { "primary": "openai/cognitivecomputations/dolphin-2.9.2-qwen1.5-32b" }, "workspace": "~/.openclaw/workspace" }, "list": [