mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
support 'flex' tier in app-server in addition to 'fast' (#13391)
This commit is contained in:
@@ -305,7 +305,8 @@
|
||||
},
|
||||
"ServiceTier": {
|
||||
"enum": [
|
||||
"fast"
|
||||
"fast",
|
||||
"flex"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user