chore: update gpt fallback models

This commit is contained in:
Haileyesus
2026-07-01 23:40:22 +03:00
parent 7785763c14
commit 78968fe33c
2 changed files with 1 additions and 17 deletions

View File

@@ -45,22 +45,6 @@ export const CODEX_FALLBACK_MODELS: ProviderModelsDefinition = {
values: [{ value: 'low' }, { value: 'medium' }, { value: 'high' }, { value: 'xhigh' }],
},
},
{
value: 'gpt-5.3-codex',
label: 'gpt-5.3-codex',
effort: {
default: 'medium',
values: [{ value: 'low' }, { value: 'medium' }, { value: 'high' }, { value: 'xhigh' }],
},
},
{
value: 'gpt-5.2',
label: 'gpt-5.2',
effort: {
default: 'medium',
values: [{ value: 'low' }, { value: 'medium' }, { value: 'high' }, { value: 'xhigh' }],
},
},
],
DEFAULT: 'gpt-5.4',
};