dqbd / tiktoken

JS port and JS/WASM bindings for openai/tiktoken
MIT License
648 stars 49 forks source link

missing example code for js-tiktoken #102

Open coding22 opened 1 month ago

coding22 commented 1 month ago

Hi,

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!