configmap

This commit is contained in:
sirius0xdev 2026-04-19 07:21:58 +00:00
parent f0a3d3b179
commit 283e7e92e1

View file

@ -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"