mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-02 18:43:08 +08:00
chore: update gpt fallback models
This commit is contained in:
@@ -45,22 +45,6 @@ export const CODEX_FALLBACK_MODELS: ProviderModelsDefinition = {
|
|||||||
values: [{ value: 'low' }, { value: 'medium' }, { value: 'high' }, { value: 'xhigh' }],
|
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',
|
DEFAULT: 'gpt-5.4',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -651,7 +651,7 @@ class ResponseCollector {
|
|||||||
* 'gemini-3-pro', 'composer-1', 'auto', 'gpt-5.1', 'gpt-5.1-high',
|
* 'gemini-3-pro', 'composer-1', 'auto', 'gpt-5.1', 'gpt-5.1-high',
|
||||||
* 'gpt-5.1-codex', 'gpt-5.1-codex-high', 'gpt-5.1-codex-max',
|
* 'gpt-5.1-codex', 'gpt-5.1-codex-high', 'gpt-5.1-codex-max',
|
||||||
* 'gpt-5.1-codex-max-high', 'opus-4.1', 'grok', and thinking variants
|
* 'gpt-5.1-codex-max-high', 'opus-4.1', 'grok', and thinking variants
|
||||||
* Codex models: 'gpt-5.4' (default), 'gpt-5.5', 'gpt-5.4-mini', 'gpt-5.3-codex', 'gpt-5.2'
|
* Codex models: 'gpt-5.4' (default), 'gpt-5.5', 'gpt-5.4-mini'
|
||||||
*
|
*
|
||||||
* @param {string} effort - (Optional) Reasoning effort for providers/models that support it.
|
* @param {string} effort - (Optional) Reasoning effort for providers/models that support it.
|
||||||
* Claude supports: 'low', 'medium', 'high', 'xhigh', 'max' depending on model.
|
* Claude supports: 'low', 'medium', 'high', 'xhigh', 'max' depending on model.
|
||||||
|
|||||||
Reference in New Issue
Block a user