Skip to content

2024-06-03: GPT-4O support for optional vision feature

Compare
Choose a tag to compare
@pamelafox pamelafox released this 03 Jun 16:37
· 306 commits to main since this release
a5c4cce

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

New Contributors

Full Changelog: 2024-05-29...2024-06-03