Azure Open AI Internal Server Error 500
Rishab Mehta
20
Reputation points
I just deployed a Llama model from AI Foundry, and am trying to run the sample python code provided in the chat playground. This returns the following error:
openai.InternalServerError: Error code: 500 - {'error': {'code': 'InternalServerError', 'message': 'Backend returned unexpected response. Please contact Microsoft for help.'}}
I have not modified the code other than to add my API key.
Sign in to answer