Merge pull request #6 from sirius0xdev/feat/brain-transplant-config
feat: wire OpenClaw config to internal vLLM A100 brain
This commit is contained in:
commit
413e0ceb3d
1 changed files with 9 additions and 3 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue