Show HN: A Less Shitty OpenAI Token Counter (openai-tokenizer.netlify.app)
Built a simple OpenAI token counter that doesn't crash. It gives you:
Tokens Characters Words Paragraphs
Link: https://openai-tokenizer.netlify.app/
Client side only.
Feedback welcome.
3 comments
[ 3.6 ms ] story [ 25.5 ms ] threadIt's neat that it's client side only but it's quite feature lacking compared to https://tiktokenizer.vercel.app/ or even a small python script I wrote.
Feedback (Feature parity): -Identification and separation of individual tokens. Useful for prompting/adjusting logit biases.
-Optional chat formatting
-It's not very responsive to type on, perhaps you could delay the token calc a little
Further suggestions (I don't know how simple you want to keep it):
-Counting tokens for Function Calling json functions
helpful resources:
https://gist.github.com/CGamesPlay/dd4f108f27e2eec145eedf5c7...
https://hmarr.com/blog/counting-openai-tokens/