mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Feat: add upgrade to app server modelList (#10556)
### Summary * Add model upgrade to listModel app server endpoint to support dynamically show model upgrade banner.
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
"supportsPersonality": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"upgrade": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user