Merge pull request #32 from sirius0xdev/config-point-to-l4
chore: point OpenClaw to the new L4 vLLM dispatcher
This commit is contained in:
commit
cc6dbd025a
1 changed files with 4 additions and 4 deletions
|
|
@ -41,13 +41,13 @@ data:
|
||||||
"models": {
|
"models": {
|
||||||
"providers": {
|
"providers": {
|
||||||
"local-vllm": {
|
"local-vllm": {
|
||||||
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
|
"baseUrl": "http://openclaw-brain-service-l4.customer1.svc.cluster.local:8000/v1",
|
||||||
"apiKey": "EMPTY",
|
"apiKey": "EMPTY",
|
||||||
"api": "openai-completions",
|
"api": "openai-completions",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "coder3101/Qwen3.5-27B-heretic",
|
"id": "trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
|
||||||
"name": "Qwen3.5-27B-Heretic"
|
"name": "Qwen2.5-Coder-7B-Heretic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -56,7 +56,7 @@ data:
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "local-vllm/coder3101/Qwen3.5-27B-heretic",
|
"primary": "local-vllm/trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
|
||||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||||
},
|
},
|
||||||
"workspace": "/home/node/.openclaw/workspace"
|
"workspace": "/home/node/.openclaw/workspace"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue