Skip to content

Commit

Permalink
Add new model version for gpt-3.5-turbo-finetuned
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuhui Zhou committed Jan 16, 2024
1 parent 6cc9c6d commit e4f531f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sotopia/generation_utils/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"togethercomputer/llama-2-70b-chat",
"togethercomputer/mpt-30b-chat",
"gpt-3.5-turbo",
"gpt-3.5-turbo-finetuned",
"text-davinci-003",
"gpt-4",
"gpt-4-turbo",
Expand Down Expand Up @@ -294,6 +295,7 @@ def _return_fixed_model_version(
) -> str:
return {
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
"gpt-3.5-turbo-finetuned": "ft:gpt-3.5-turbo-0613:academicscmu::8hK7f26o",
"gpt-4": "gpt-4-0613",
"gpt-4-turbo": "gpt-4-1106-preview",
}[model_name]
Expand Down

0 comments on commit e4f531f

Please sign in to comment.