dqbd / tiktoken

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

Add support for new text-embedding-3 models #109

Open lukasugar opened 2 days ago

lukasugar commented 2 days ago

text-embedding-3-large and text-embedding-3-small aren't supported in js-tiktoken. All we have to do is to add them to the config, like it's in the original tiktoken repo.