Skip to content

Commit

Permalink
fix gpt-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Sep 27, 2024
1 parent b8a6dbc commit feef903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotopia/generation_utils/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _return_fixed_model_version(model_name: str) -> str:
"gpt-4-turbo",
]:
return {
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
"gpt-3.5-turbo": "gpt-3.5-turbo-0125",
"gpt-3.5-turbo-finetuned": "ft:gpt-3.5-turbo-0613:academicscmu::8nY2zgdt",
"gpt-3.5-turbo-ft-MF": "ft:gpt-3.5-turbo-0613:academicscmu::8nuER4bO",
"gpt-4": "gpt-4-0613",
Expand Down

0 comments on commit feef903

Please sign in to comment.