dqbd / tiktoken

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

Fix gpt-3.5-turbo-instrucut model definitions #88

Closed risu729 closed 5 months ago

risu729 commented 5 months ago

Resolves some issues in https://github.com/dqbd/tiktoken/pull/71

I'm afraid of opening a new PR after you publish the new version.

dqbd commented 5 months ago

Thanks again @risu729! Will need to add more guardrails and change the postprocessing to avoid duplicating model work in different files.

dqbd commented 5 months ago

Should be fixed in tiktoken@1.0.13

risu729 commented 5 months ago

Thanks so much for updating them!