dqbd / tiktoken

JS port and JS/WASM bindings for openai/tiktoken
MIT License
705 stars 53 forks source link

add `gpt-3.5-turbo`(chatGPT) to model-to-encodings #10

Closed nemu626 closed 1 year ago

nemu626 commented 1 year ago

The model_to_encoding information for chatGPT was missing, so I added. Please refer to this issue. https://github.com/openai/tiktoken/issues/42

nemu626 commented 1 year ago

Oh, sorry. duplicated with https://github.com/dqbd/tiktoken/pull/9 I will close.