Add link to OpenAI Cookbook example (#20)

This commit is contained in:
Ted Sanders 2023-01-23 11:48:52 -08:00 committed by GitHub
parent cf385cada0
commit 156eff92d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ pip install tiktoken
The tokeniser API is documented in `tiktoken/core.py`.
Example code using `tiktoken` can be found in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb).
## Performance