We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6453a5a commit 59e5ca8Copy full SHA for 59e5ca8
models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java
@@ -329,7 +329,7 @@ public enum ChatModel implements ChatModelDescription {
329
/**
330
* o3 model snapshot.
331
*/
332
- o3_2025_04_16("o3-2025-04-16"),
+ O3_2025_04_16("o3-2025-04-16"),
333
334
335
* <b>o1-preview</b> is trained with reinforcement learning to perform complex
0 commit comments