api call hitting api request time out error in azure app service
Abeera Rauf
10
Reputation points
On my Azure account, I'm using the OpenAI GPT-4 API within an application built with Azure App Service. I’m encountering an issue where the API returns a timeout error after every 2 to 4 messages. However, when I use the same API calls in an Azure ML Studio notebook without App Service, the calls work fine without timeouts. Could you help me identify the root cause of this? Is it related to API latency with the latest GPT-4 model, or is there something specific to App Service impacting the API response times?
Sign in to answer