Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton committed Nov 21, 2024
1 parent d515ab3 commit b28c68f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbox-core/redbox/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def to_request_metadata(obj: dict) -> RequestMetadata:

try:
tokeniser = tiktoken.encoding_for_model(model)

except KeyError:
tokeniser = tiktoken.get_encoding("cl100k_base")

Expand Down

0 comments on commit b28c68f

Please sign in to comment.