I am getting a 503 error while using Azure OpenAI very frequently.
Arpan Malik
5
Reputation points
Model is GPT4 and region is South India. I am using a standard deployment with 10k tokens /min. Trying to use the llm on a pyspark dataframe using a langchain pyspark agent.
The error looks like this:
InternalServerError: Error code: 503 - {'error': {'code': 'InternalServerError', 'message': 'The service is temporarily unable to process your request. Please try again later.'}}
Sign in to answer