File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments