fix config map
This commit is contained in:
parent
98da1db5fd
commit
5ecd7a66be
1 changed files with 6 additions and 4 deletions
|
|
@ -38,15 +38,17 @@ data:
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
|
|
||||||
|
"mode": "merge",
|
||||||
"providers": {
|
"providers": {
|
||||||
"openai": {
|
"local-vllm": {
|
||||||
"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",
|
||||||
|
"api": "openai-completions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue