You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run tiktoken-js without using npm, just pure JS.
However, I can't find a working example - the readme contains node instructions.
Could anyone provide code that turns "Hello world" into tokens, for example using jsfiddle? Thanks!