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": {
|
"models": {
|
||||||
"providers": {
|
"providers": {
|
||||||
"local-vllm": {
|
"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",
|
"apiKey": "EMPTY",
|
||||||
"api": "openai-completions",
|
"api": "openai-completions",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "p-e-w/Qwen3-8B-heretic",
|
"id": "Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
||||||
"name": "Qwen3-8B-heretic"
|
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
||||||
|
"reasoning": "true",
|
||||||
|
"contextWindow": 49152
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors",
|
|
||||||
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive",
|
|
||||||
"reasoning": true,
|
|
||||||
"contextWindow": 49152
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue