GPT-4-Tokenizer-Visualizer
github.com
GPT-4-Tokenizer-Visualizer
1–2 of 2 posts
Re: GPT-4-Tokenizer-Visualizer
#2Hello (author here), I found the OpenAI tool (https://platform.openai.com/tokenizer
) for visualising tokens really useful when working on token optimisation strategies (and other token related tasks). But unfortunately that site doesn't support the tokeniser that GPT4 uses (currently).
So I threw together a stackblitz that uses the js-tiktoken to do the same thing.
Hopefully it will be useful for someone else too!
Try it here: https://react-ts-h9yrjh.stackblitz.io/