IAPark / tiktoken_ruby

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

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

Closed fredwu closed 4 months ago

fredwu commented 5 months ago

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

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