Skip to content

Commit

Permalink
Add support for gpt-4o, gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgalinkin committed Jul 23, 2024
1 parent 27fb55d commit 9d7330d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion garak/generators/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
# lists derived from https://platform.openai.com/docs/models
chat_models = (
"gpt-4", # links to latest version
"gpt-4-turbo-preview", # links to latest version
"gpt-4-turbo", # links to latest version
"gpt-4o", # links to latest version
"gpt-4o-mini", # links to latest version
"gpt-4-turbo-preview",
"gpt-3.5-turbo", # links to latest version
"gpt-4-32k",
"gpt-4-0125-preview",
Expand Down

0 comments on commit 9d7330d

Please sign in to comment.