n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.87k stars 1.32k forks source link

add gpt-4-turbo-preview support #559

Closed olebedev closed 1 month ago

olebedev commented 2 months ago

👋 Hi there,

Without this change the bot fail to even start, since it can't pick the right max_tokens value for non-existing model.

This PR fixes that, please have a look when you have a moment.

Kind regards, Oleg