Skip to content

Commit e282a81

Browse files
committed
Bumps node modules
1 parent 6a0a4b5 commit e282a81

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

common/core/src/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ export const models = [
6666
temperatureSupport: false,
6767
},
6868
{
69-
id: 'gpt-5.4-chat',
70-
name: 'gpt-5.4-chat',
71-
modelId: 'gpt-5.4-chat',
69+
id: 'gpt-5.4-mini',
70+
name: 'gpt-5.4-mini',
71+
modelId: 'gpt-5.4-mini',
7272
selected: false,
7373
platform: 'azure',
7474
temperatureSupport: false,
7575
},
7676
{
77-
id: 'gpt-5.4-mini',
78-
name: 'gpt-5.4-mini',
79-
modelId: 'gpt-5.4-mini',
77+
id: 'gpt-5.4-nano',
78+
name: 'gpt-5.4-nano',
79+
modelId: 'gpt-5.4-nano',
8080
selected: false,
8181
platform: 'azure',
8282
temperatureSupport: false,

pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)