From 439f7951c39b325e5d540f7d6295c551d7633939 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Thu, 31 Aug 2023 20:35:39 -0700 Subject: [PATCH] Fix link to ttok repo (#198) Thanks, @cmungall --- docs/related-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/related-tools.md b/docs/related-tools.md index d2dc4c6..f07aa27 100644 --- a/docs/related-tools.md +++ b/docs/related-tools.md @@ -19,7 +19,7 @@ curl -s https://www.nytimes.com/ \ ## ttok -[ttok](https://github.com/simon/ttok) is a command-line tool for counting OpenAI tokens. You can use it to check if input is likely to fit in the token limit for GPT 3.5 or GPT4: +[ttok](https://github.com/simonw/ttok) is a command-line tool for counting OpenAI tokens. You can use it to check if input is likely to fit in the token limit for GPT 3.5 or GPT4: ```bash cat my-file.txt | ttok @@ -46,4 +46,4 @@ Here's how to use it to find all functions that match `test*csv*` and use those symbex 'test*csv*' | \ llm --system 'based on these tests guess what this tool does' ``` -For more examples see [symbex: search Python code for functions and classes, then pipe them into a LLM](https://simonwillison.net/2023/Jun/18/symbex/). \ No newline at end of file +For more examples see [symbex: search Python code for functions and classes, then pipe them into a LLM](https://simonwillison.net/2023/Jun/18/symbex/).