Skip to content

Commit c668a84

Browse files
committed
docs: ChatModelDesciption
1 parent 5a35213 commit c668a84

File tree

1 file changed

+1
-1
lines changed
  • models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public enum ChatModel implements ChatModelDescription {
207207
* GPT-4 Turbo with Vision model. Vision requests can now use JSON mode and
208208
* function calling.
209209
*/
210-
GPT_4_TURBO_2204_04_09("gpt-4-turbo-2024-04-09"),
210+
GPT_4_TURBO_2024_04_09("gpt-4-turbo-2024-04-09"),
211211

212212
/**
213213
* (New) GPT-4 Turbo - latest GPT-4 model intended to reduce cases of “laziness”

0 commit comments

Comments
 (0)