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).
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.
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!