configmap
This commit is contained in:
parent
f0a3d3b179
commit
283e7e92e1
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ data:
|
||||||
"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",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "coder3101/Qwen3.5-27B-heretic",
|
"id": "coder3101/Qwen3.5-27B-heretic",
|
||||||
|
|
@ -56,7 +56,7 @@ data:
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "openai/coder3101/Qwen3.5-27B-heretic",
|
"primary": "local-vllm/coder3101/Qwen3.5-27B-heretic",
|
||||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||||
},
|
},
|
||||||
"workspace": "~/.openclaw/workspace"
|
"workspace": "~/.openclaw/workspace"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue