Skip to content

Commit

Permalink
Add gpt-4o to models enum (langchain4j#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed May 22, 2024
1 parent 426cffe commit b3d22b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public enum OpenAiChatModelName {
GPT_4_32K_0613("gpt-4-32k-0613"),

GPT_4_VISION_PREVIEW("gpt-4-vision-preview"),

GPT_4_O("gpt-4o");

private final String stringValue;
Expand Down

0 comments on commit b3d22b4

Please sign in to comment.