We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825f801 commit 6931934Copy full SHA for 6931934
1 file changed
common/core/src/constants.ts
@@ -60,7 +60,23 @@ export const models = [
60
{
61
id: 'gpt-5.3-chat',
62
name: 'gpt-5.3-chat',
63
- modelId: 'gpt-5.3ß-chat',
+ 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
73
74
75
76
77
+ id: 'gpt-5.4-mini',
78
+ name: 'gpt-5.4-mini',
79
+ modelId: 'gpt-5.4-mini',
80
selected: false,
81
platform: 'azure',
82
temperatureSupport: false,
0 commit comments