We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c661e commit 46287bfCopy full SHA for 46287bf
tiktoken/model.py
@@ -69,7 +69,7 @@ def encoding_for_model(model_name: str) -> Encoding:
69
if encoding_name is None:
70
raise KeyError(
71
f"Could not automatically map {model_name} to a tokeniser. "
72
- "Please use `tiktok.get_encoding` to explicitly get the tokeniser you expect."
+ "Please use `tiktoken.get_encoding` to explicitly get the tokeniser you expect."
73
) from None
74
75
return get_encoding(encoding_name)
0 commit comments