Skip to content

Commit

Permalink
add gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhenwei committed May 16, 2024
1 parent a990304 commit afab8a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public ChatEntityBuilder model(CompletionModel model)
case GPT_4_32K:
case GPT_4_0613:
case GPT_4_32K_0613:
case GPT_4o:
case TEXT_DAVINCI_002:
case TEXT_DAVINCI_003:
case CODE_DAVINCI_002:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ public enum CompletionModel
null,
32768),

GPT_4o("gpt-4o",
"most advanced, multimodal flagship model that’s cheaper and faster than GPT-4 Turbo. Currently points to gpt-4o-2024-05-13",
null,
128000),

CODE_DAVINCI_002("code-davinci-002",
"Optimized for code-completion tasks",
null,
Expand Down

0 comments on commit afab8a8

Please sign in to comment.