Skip to content

Commit a6d92af

Browse files
committed
update gpt and gemini versions
1 parent ae9dc07 commit a6d92af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/utils/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ export const STORAGE_KEYS = {
1313

1414
export const models: Model[] = [
1515
{
16-
value: 'gpt-5.2',
17-
label: 'GPT-5.2',
16+
value: 'gpt-5.4',
17+
label: 'GPT-5.4',
1818
provider: 'openAI',
1919
type: ModelType.REASONING,
2020
},
2121
{
22-
value: 'gpt-5.2-codex',
23-
label: 'GPT-5.2 Codex',
22+
value: 'gpt-5.3-codex',
23+
label: 'GPT-5.3 Codex',
2424
provider: 'openAI',
2525
type: ModelType.REASONING,
2626
},
@@ -43,8 +43,8 @@ export const models: Model[] = [
4343
type: ModelType.REASONING,
4444
},
4545
{
46-
value: 'gemini-3-pro-preview',
47-
label: 'Gemini 3 Pro',
46+
value: 'gemini-3.1-pro-preview',
47+
label: 'Gemini 3.1 Pro',
4848
provider: 'google',
4949
type: ModelType.REASONING,
5050
},

0 commit comments

Comments
 (0)