Skip to content

Commit

Permalink
fix: Remove R1 model family from is_openai function (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Feb 21, 2025
1 parent 7784f44 commit a226966
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def is_openai(family: str) -> bool:
ModelFamily.O3,
ModelFamily.GPT_4,
ModelFamily.GPT_35,
ModelFamily.R1,
)


Expand Down

0 comments on commit a226966

Please sign in to comment.