Skip to content

Commit

Permalink
Add gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 20, 2024
1 parent 1538ec3 commit 71ffbbb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public enum OpenAIModel {
// GPT-4o https://platform.openai.com/docs/models/gpt-4o
GPT_4o("gpt-4o"),

// GPT-4o mini https://platform.openai.com/docs/models/gpt-4o-mini
GPT_4o_MINI("gpt-4o-mini"),

// GPT-4 and GPT-4 Turbo (https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo)
GPT_4("gpt-4"),
GPT_4_TURBO("gpt-4-turbo"),
Expand Down

0 comments on commit 71ffbbb

Please sign in to comment.