dqbd / tiktoken

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

gpt-3.5-turbo-instruct support #73

Open danny-avila opened 9 months ago

danny-avila commented 9 months ago

for now, I'm using text-davinci-003 for model encoding, but not sure if that's right with this new model series

darknoon commented 8 months ago

I think it's the newer cl100k_base not the older model type

sam-goodwin commented 8 months ago

I think it's the newer cl100k_base not the older model type

Which model would that be?

Is this right?

encodingForModel("gpt-3.5-turbo");