fix config map
This commit is contained in:
parent
98da1db5fd
commit
5ecd7a66be
1 changed files with 6 additions and 4 deletions
|
|
@ -38,11 +38,13 @@ data:
|
|||
}
|
||||
},
|
||||
"models": {
|
||||
|
||||
"mode": "merge",
|
||||
"providers": {
|
||||
"openai": {
|
||||
"enabled": true,
|
||||
"local-vllm": {
|
||||
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
|
||||
"apiKey": "sk-local-vllm"
|
||||
"apiKey": "sk-local-vllm",
|
||||
"api": "openai-completions"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue