Merge pull request #6 from sirius0xdev/feat/brain-transplant-config

feat: wire OpenClaw config to internal vLLM A100 brain
This commit is contained in:
sirius0xdev 2026-04-18 13:48:05 -04:00 committed by GitHub
commit 413e0ceb3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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