tiktoken
tiktoken copied to clipboard
missing example code for js-tiktoken
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!
Hi,
I’ve created a project that runs tiktoken-js in pure JS without npm, using Browserify. You can find it here: purejs-ticktoken. It includes an example for tokenizing "Hello world" directly in the browser.
Hope this helps!