microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.43k stars 2.14k forks source link

Support for GPT4o #898

Closed jimmyshah83 closed 3 weeks ago

jimmyshah83 commented 1 month ago

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

abhahn commented 1 month ago

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.

Francois2024 commented 3 weeks ago

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

jimmyshah83 commented 3 weeks ago

Resolved