fix configmap
This commit is contained in:
parent
43c0a04b18
commit
5139ece7ec
1 changed files with 10 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ data:
|
||||||
"auth": {
|
"auth": {
|
||||||
"mode": "token"
|
"mode": "token"
|
||||||
},
|
},
|
||||||
"controlUI": {
|
"controlUi": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -37,18 +37,21 @@ data:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
|
|
||||||
"mode": "merge",
|
|
||||||
"providers": {
|
"providers": {
|
||||||
"local-vllm": {
|
"local-vllm": {
|
||||||
"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"
|
"api": "openai-completions",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"id": "coder3101/Qwen3.5-27B-heretic",
|
||||||
|
"name": "Qwen3.5-27B-Heretic"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue