pkoukk / tiktoken-go

go version of tiktoken
MIT License
649 stars 71 forks source link

Embed the most commonly used vocabularies in the library #37

Closed shapor closed 1 year ago

shapor commented 1 year ago

This avoids downloading them, caching them, and parsing them at every process launch.

This significantly reduces overhead for small token counting requests.