mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-18 23:37:13 +00:00
Add GPT-5.2 Low model display name for Cursor
This commit is contained in:
parent
681afdbece
commit
e1609e495c
2 changed files with 4 additions and 0 deletions
|
|
@ -224,6 +224,8 @@ export function getShortModelName(model: string): string {
|
|||
'gpt-5.4-mini': 'GPT-5.4 Mini',
|
||||
'gpt-5.4': 'GPT-5.4',
|
||||
'gpt-5.3-codex': 'GPT-5.3 Codex',
|
||||
'gpt-5.2-low': 'GPT-5.2 Low',
|
||||
'gpt-5.2': 'GPT-5.2',
|
||||
'gpt-5-mini': 'GPT-5 Mini',
|
||||
'gpt-5': 'GPT-5',
|
||||
'gemini-2.5-pro': 'Gemini 2.5 Pro',
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ const modelDisplayNames: Record<string, string> = {
|
|||
'composer-1': 'Composer 1',
|
||||
'grok-code-fast-1': 'Grok Code Fast',
|
||||
'gemini-3-pro': 'Gemini 3 Pro',
|
||||
'gpt-5.2-low': 'GPT-5.2 Low',
|
||||
'gpt-5.2': 'GPT-5.2',
|
||||
'gpt-5.1-codex-high': 'GPT-5.1 Codex',
|
||||
'gpt-5': 'GPT-5',
|
||||
'gpt-4.1': 'GPT-4.1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue