fix config map
This commit is contained in:
parent
faca48b543
commit
d769356c10
1 changed files with 5 additions and 9 deletions
|
|
@ -41,20 +41,16 @@ data:
|
|||
"models": {
|
||||
"providers": {
|
||||
"local-vllm": {
|
||||
"baseUrl": "http://openclaw-brain-service-l4.customer1.svc.cluster.local:8000/v1",
|
||||
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
|
||||
"apiKey": "EMPTY",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "p-e-w/Qwen3-8B-heretic",
|
||||
"name": "Qwen3-8B-heretic"
|
||||
},
|
||||
{
|
||||
"id": "Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
||||
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive",
|
||||
"reasoning": true,
|
||||
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
||||
"reasoning": "true",
|
||||
"contextWindow": 49152
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue