Skip to content

Commit

Permalink
refresh openai model name list (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz authored Dec 12, 2023
1 parent 55ac80f commit 8cf5b40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions garak/generators/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,21 @@
"code-davinci-002",
"code-davinci-001",
"davinci-instruct-beta",
"davinci",
"curie",
"babbage",
"ada",
)
chat_models = (
"gpt-4",
"gpt-4-32k",
"gpt-3.5-turbo",
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-instruct",
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-16k-0613",
"gpt-3.5-turbo-0301",
)


Expand Down

0 comments on commit 8cf5b40

Please sign in to comment.