fix(config): allow active provider model status (#26592)
Co-authored-by: Developer <temp@example.com>
This commit is contained in:
@@ -11725,7 +11725,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": ["alpha", "beta", "deprecated"]
|
||||
"enum": ["alpha", "beta", "deprecated", "active"]
|
||||
},
|
||||
"provider": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user