fix openclaw.json

This commit is contained in:
sirius0xdev 2026-04-19 05:46:49 +00:00
parent d3d18ab28a
commit 4f3093d0f8

View file

@ -37,12 +37,13 @@ data:
} }
} }
}, },
"models": {
"providers": { "providers": {
"openai": { "openai": {
"enabled": true, "enabled": true,
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1", "baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
"apiKey": "sk-local-vllm" "apiKey": "sk-local-vllm"
}
} }
}, },