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

gpt-4-turbo #560

Closed upstream-team closed 1 month ago

Jipok commented 2 months ago

Functions support? Vision support?

upstream-team commented 2 months ago

updated model name only

gianlucaalfa commented 2 months ago

Functions support? Vision support?

The new gpt-4-turbo is great beacuse it has vision AND functions support in the same model, and it's out of beta.

@upstream-team https://github.com/gianlucaalfa/chatgpt-telegram-bot/commit/6e2a4852ca64f51a0bd0186803ac8b6779cd0748 Use this as an example, I tested it in my enviroment and it works great.

NeoChen1024 commented 2 months ago

Will this be merged soon? I just tested it and it works fine for me.