seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 167 forks source link

support gpt-4o-mini-2024-07-18 model #95

Closed kangaechu closed 3 months ago

kangaechu commented 3 months ago

This PR is for supporting the following latest models:

gpt-4o-mini-2024-07-18 gpt-4o-mini (currently points to gpt-4o-mini-2024-07-18) Based on my testing, it appears we can continue to use the same token count calculation method as the previous models.