soyelmismo / chatgpTG

GPT + Telegram = :D
MIT License
17 stars 4 forks source link

Feature request: GPT-4 Turbo Support #6

Open ITqua opened 11 months ago

ITqua commented 11 months ago

Hi! Is it possible to add support of newer GPT-4 Turbo and/or GPT-4 Turbo with vision models support? They are cheaper and proivides bigger context window (128K tokens).

https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo

I was trying just add "gpt-4-vision-preview" to models list into api.example.json and model.example.json but never succeed. It brings the errors of reaching the limits and consumes enormous amount of tokens/money providing no answers.

Looks like I'm doing something wrong, and it would be really nice if you interested to adopt this model to your script.

Thanks!

soyelmismo commented 11 months ago

i dont have access to the new models to implement it, sorry