feat: wire openclaw config to internal vllm a100 brain
This commit is contained in:
parent
1623ccb6e5
commit
9051c033c4
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": {
|
"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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue