Merge pull request #32 from sirius0xdev/config-point-to-l4

chore: point OpenClaw to the new L4 vLLM dispatcher
This commit is contained in:
sirius0xdev 2026-04-19 23:31:42 -04:00 committed by GitHub
commit cc6dbd025a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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