Skip to content

Commit

Permalink
bug fix for return fixed model version function
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil authored Oct 1, 2024
1 parent 1923c18 commit db8839e
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 @@ -281,7 +281,7 @@ def _type(self) -> str:

def _return_fixed_model_version(model_name: str) -> str:
if model_name in [
"gpt-4o-mini",
"gpt-3.5-turbo",
"gpt-3.5-turbo-finetuned",
"gpt-3.5-turbo-ft-MF",
"gpt-4",
Expand Down

0 comments on commit db8839e

Please sign in to comment.