Skip to content

Commit 3cc1217

Browse files
committed
Bumps node modules
1 parent b63a5e6 commit 3cc1217

1 file changed

Lines changed: 9 additions & 17 deletions

File tree

common/core/src/constants.ts

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,25 @@ export const models = [
5050
temperatureSupport: true,
5151
},
5252
{
53-
id: 'gpt-5.2-chat',
54-
name: 'gpt-5.2-chat',
55-
modelId: 'gpt-5.2-chat',
56-
selected: false,
57-
platform: 'azure',
58-
temperatureSupport: false,
59-
},
60-
{
61-
id: 'gpt-5.3-chat',
62-
name: 'gpt-5.3-chat',
63-
modelId: 'gpt-5.3-chat',
53+
id: 'gpt-5.4-mini',
54+
name: 'gpt-5.4-mini (Azure OpenAI Service)',
55+
modelId: 'gpt-5.4-mini',
6456
selected: false,
6557
platform: 'azure',
6658
temperatureSupport: false,
6759
},
6860
{
69-
id: 'gpt-5.4-mini',
70-
name: 'gpt-5.4-mini',
71-
modelId: 'gpt-5.4-mini',
61+
id: 'gpt-5.4-nano',
62+
name: 'gpt-5.4-nano (Azure OpenAI Service)',
63+
modelId: 'gpt-5.4-nano',
7264
selected: false,
7365
platform: 'azure',
7466
temperatureSupport: false,
7567
},
7668
{
77-
id: 'gpt-5.4-nano',
78-
name: 'gpt-5.4-nano',
79-
modelId: 'gpt-5.4-nano',
69+
id: 'gpt-chat-latest',
70+
name: 'gpt-chat-latest (Azure OpenAI Service)',
71+
modelId: 'gpt-chat-latest',
8072
selected: false,
8173
platform: 'azure',
8274
temperatureSupport: false,

0 commit comments

Comments
 (0)