Skip to content

Commit 6931934

Browse files
committed
Bumps node modules
1 parent 825f801 commit 6931934

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

common/core/src/constants.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,23 @@ export const models = [
6060
{
6161
id: 'gpt-5.3-chat',
6262
name: 'gpt-5.3-chat',
63-
modelId: 'gpt-5.3ß-chat',
63+
modelId: 'gpt-5.3-chat',
64+
selected: false,
65+
platform: 'azure',
66+
temperatureSupport: false,
67+
},
68+
{
69+
id: 'gpt-5.4-chat',
70+
name: 'gpt-5.4-chat',
71+
modelId: 'gpt-5.4-chat',
72+
selected: false,
73+
platform: 'azure',
74+
temperatureSupport: false,
75+
},
76+
{
77+
id: 'gpt-5.4-mini',
78+
name: 'gpt-5.4-mini',
79+
modelId: 'gpt-5.4-mini',
6480
selected: false,
6581
platform: 'azure',
6682
temperatureSupport: false,

0 commit comments

Comments
 (0)