We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a35213 commit c668a84Copy full SHA for c668a84
models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java
@@ -207,7 +207,7 @@ public enum ChatModel implements ChatModelDescription {
207
* GPT-4 Turbo with Vision model. Vision requests can now use JSON mode and
208
* function calling.
209
*/
210
- GPT_4_TURBO_2204_04_09("gpt-4-turbo-2024-04-09"),
+ GPT_4_TURBO_2024_04_09("gpt-4-turbo-2024-04-09"),
211
212
/**
213
* (New) GPT-4 Turbo - latest GPT-4 model intended to reduce cases of “laziness”
0 commit comments