Azure Open AI service Internal Error 500
Avenash Kabeera
0
Reputation points
Recently I've been getting 500 model_errors when calling openAI deployment:
Region: US East 2
Here is an example log
2024-07-23 00:06:51,788 - INFO - HTTP Request: POST ......openai.azure.com/openai/deployments/nextvestment-gpt-4o/chat/completions?api-version=2023-03-15-preview "HTTP/1.1 500 model_error"
error occurred in /chat endpoint: Error code: 500 - {'error': {'message': 'The server had an error processing your request. Sorry about that! You can retry your request, or contact us through an Azure support request at: https://go.microsoft.com/fwlink/?linkid=2213926 if you keep seeing this error. (Please include the request ID a1f8acad-8f3b-4dd0-8c33-4c3a1296990f in your email.)', 'type': 'server_error', 'param': None, 'code': None}}
Sign in to answer