From 156eff92d2dc88e108bdece47e584b05859af557 Mon Sep 17 00:00:00 2001 From: Ted Sanders <95656834+ted-at-openai@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:48:52 -0800 Subject: [PATCH] Add link to OpenAI Cookbook example (#20) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eaa823..36b9af5 100644 --- a/README.md +++ b/README.md @@ -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