fix: ensure variants can be disabled
This commit is contained in:
parent
5e1986c0bc
commit
938a53b5a2
8 changed files with 87 additions and 25 deletions
|
|
@ -8,6 +8,27 @@
|
|||
"provider": {
|
||||
"opencode": {
|
||||
"options": {},
|
||||
"models": {
|
||||
"claude-haiku-4-5": {
|
||||
"variants": {
|
||||
"high": {
|
||||
"disabled": true,
|
||||
},
|
||||
"max": {
|
||||
"disabled": true,
|
||||
},
|
||||
},
|
||||
},
|
||||
"custom-model": {
|
||||
"variants": {
|
||||
"special": {
|
||||
"This is special": {
|
||||
"so": true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"mcp": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue