File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -191,22 +191,19 @@ public enum ChatModel implements ChatModelDescription {
191
191
/**
192
192
* Points to the most recent snapshot of the o1 model:o1-preview-2024-09-12
193
193
*/
194
- GPT_O_1_PREVIEW ("gpt-o1-preview" ),
195
-
194
+ O1_PREVIEW ("o1-preview" ),
196
195
/**
197
196
* Latest o1 model snapshot
198
197
*/
199
- GPT_O_1_PREVIEW_2024_09_12 ("gpt-o1-preview-2024-09-12" ),
200
-
198
+ O1_PREVIEW_2024_09_12 ("o1-preview-2024-09-12" ),
201
199
/**
202
200
* Points to the most recent o1-mini snapshot:o1-mini-2024-09-12
203
201
*/
204
- GPT_O_1_MINI ("gpt-o1-mini" ),
205
-
202
+ O1_MINI ("o1-mini" ),
206
203
/**
207
204
* Latest o1-mini model snapshot
208
205
*/
209
- GPT_O_1_MINI_2024_09_12 ( "gpt- o1-mini-2024-09-12" ),
206
+ O1_MINI_2024_09_12 ( " o1-mini-2024-09-12" ),
210
207
211
208
/**
212
209
* Multimodal flagship model that’s cheaper and faster than GPT-4 Turbo. Currently
You can’t perform that action at this time.
0 commit comments