fix openclaw.json
This commit is contained in:
parent
d3d18ab28a
commit
4f3093d0f8
1 changed files with 7 additions and 6 deletions
|
|
@ -37,13 +37,14 @@ data:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"models": {
|
||||||
"providers": {
|
"providers": {
|
||||||
"openai": {
|
"openai": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"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"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"agents": {
|
"agents": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue