Skip to content

Commit 8ca5547

Browse files
committed
Bumps node modules
1 parent b39caa0 commit 8ca5547

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

common/core/src/constants.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,12 @@ export const models = [
5757
platform: 'azure',
5858
temperatureSupport: false,
5959
},
60+
{
61+
id: 'gpt-5.3-chat',
62+
name: 'gpt-5.3-chat',
63+
modelId: 'gpt-5.3ß-chat',
64+
selected: false,
65+
platform: 'azure',
66+
temperatureSupport: false,
67+
},
6068
];

0 commit comments

Comments
 (0)