aespinilla / Tiktoken

Openai's tiktoken implementation written in Swift
MIT License
49 stars 12 forks source link

Cache the response to speed up future results #2

Closed grangej closed 1 year ago

grangej commented 1 year ago

When using this in a real app, the delay is too much on each launch of an app, this updates it so it will cache the data instead of hitting the network.