hmarr / openai-chat-tokens

💬 Estimate the number of tokens an OpenAI chat completion will use
MIT License
88 stars 12 forks source link

Support latest openai node library #18

Closed hmarr closed 1 year ago

hmarr commented 1 year ago

This is the first step towards supporting the newer features announced at DevDay 2023. Lots of the types have changed so it wasn't a completely trivial upgrade.

They're also missing the name field from some of the responses, so I've had to patch that in in the tests (https://github.com/openai/openai-openapi/issues/118).