mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Use additional speed tiers for Fast Mode metadata
This commit is contained in:
@@ -6031,6 +6031,13 @@
|
||||
},
|
||||
"Model": {
|
||||
"properties": {
|
||||
"additionalSpeedTiers": {
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"availabilityNux": {
|
||||
"anyOf": [
|
||||
{
|
||||
@@ -6078,10 +6085,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"supportsFastMode": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"supportsPersonality": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user