IAPark / tiktoken_ruby

Unofficial ruby binding for tiktoken by way of rust
MIT License
125 stars 26 forks source link

Add support for `text-embedding-3` #23

Closed fredwu closed 9 months ago

fredwu commented 10 months ago

OpenAI's recently introduced two new embedding models, let's include them.

See https://github.com/openai/tiktoken/pull/247