2024-06-03: GPT-4O support for optional vision feature
The optional vision feature now uses GPT-4O instead of GPT4-turbo-with-vision, due to much better performance.
Unfortunately, due to the difference in region availability, it may be difficult to switch to GPT-4O in your existing resource groups, depending on what region you originally picked. You may need to change the region for the OpenAI resource group in .azure/ENV-NAME/config.json, delete the previous OpenAI instance, and deploy a whole new OpenAI instance.
We did discover one vision-related splitting issue while debugging this change.
See pull request for performance statistics and more details on the change.
What's Changed
- Fix overlap percentage calculation by @bastbu in #1668
- Bump the python-requirements group across 1 directory with 17 updates by @dependabot in #1665
- Use gpt-4o for vision approach by @pamelafox in #1656
New Contributors
Full Changelog: 2024-05-29...2024-06-03