Skip to content

Commit

Permalink
Add o1 models
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 14, 2024
1 parent 52478cc commit 627513d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
*/
public enum OpenAIModel {

// o1-preview and o1-mini https://platform.openai.com/docs/models/o1
o1_PREVIEW("o1-preview"),
o1_MINI("o1-mini"),

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

Expand Down

0 comments on commit 627513d

Please sign in to comment.