fix: set openrouter model
This commit is contained in:
@@ -19,6 +19,32 @@ spec:
|
||||
values:
|
||||
app-template:
|
||||
configMode: overwrite
|
||||
configMaps:
|
||||
config:
|
||||
data:
|
||||
openclaw.json: |
|
||||
{
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "openrouter/tencent/hy3-preview:free"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"openrouter": {
|
||||
"enabled": true
|
||||
},
|
||||
"anthropic": {
|
||||
"enabled": false
|
||||
},
|
||||
"browser": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
controllers:
|
||||
main:
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user