microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for GPT4o

jimmyshah83 opened this issue · comments

Is your feature request related to this sample app, or to an Azure service, such as Azure OpenAI or Azure AI Search?
Currently GPT4o API isn't supported and get a below error:
There was an error generating a response. Chat history can't be saved at this time. Request Header Fields Too Large

Is your feature request related to a problem? Please describe.
When I try to upgrade OpenAI to 1.30.5 and use the new API version of 2024-05-01-preview, it does not support GPT4o

Describe the solution you'd like
Have GPT4o as a supported model

Describe alternatives you've considered
Using GPT4-turbo with vision

Hi @jimmyshah83 , there is a known internal service issue with GPT-4o causing the issue with too many headers. The resolution is currently being rolled out to all regions, but may take some time to reach them all. I can follow up here when I have more information about the status of the rollout.

Is this issue with the header and GPT-4o fixed? If so which commit is it? Thanks

Resolved