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
3k stars 1.38k forks source link

Fixing vision with gpt-4o #583

Open OKyryllov opened 4 months ago

OKyryllov commented 4 months ago

It prevent's problem with tiktoken. Can be better way around, I believe. Maybe we can put "GPT_4O_MODELS" into list of vision models instead?

DevDema commented 3 months ago

Seconding this, I had the same issue and had to specify gpt-4o manually.