fix(config): allow active provider model status
This commit is contained in:
parent
818b56dbd0
commit
3aeb870e71
6 changed files with 43 additions and 6 deletions
|
|
@ -11725,7 +11725,7 @@
|
|||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": ["alpha", "beta", "deprecated"]
|
||||
"enum": ["alpha", "beta", "deprecated", "active"]
|
||||
},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue