feat: wire openclaw config to internal vllm a100 brain

This commit is contained in:
SiriusClaw 2026-04-18 17:46:32 +00:00
parent 1623ccb6e5
commit 9051c033c4

View file

@ -38,11 +38,17 @@ data:
} }
}, },
"providers": {
"openai": {
"enabled": true,
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
"apiKey": "sk-local-vllm"
}
},
"agents": { "agents": {
"defaults": { "defaults": {
"model": { primary: "google/gemini-3.1-pro-preview" }, "model": { "primary": "openai/cognitivecomputations/dolphin-2.9.2-qwen1.5-32b" },
"workspace": "~/.openclaw/workspace" "workspace": "~/.openclaw/workspace"
}, },
"list": [ "list": [