Skip to content

Commit

Permalink
Detect case variations: DeepSeek-R1 vs deepseek-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
lemig committed Feb 3, 2025
1 parent 17bb71e commit dbc07a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docetl/operations/utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


def is_deepseek_r1(model: str) -> bool:
model = model.lower()
return "deepseek-r1" in model or "deepseek-reasoner" in model


Expand Down

0 comments on commit dbc07a8

Please sign in to comment.