Getting the following error: Backend returned unexpected response. Please contact Microsoft for help
Hi, I have been trying to deploy Llama-3.3-70B-Instruct model on azure ai foundry and use it on our RAG implementation. When I try to use chat completion service I am getting the following error: Error code: 500 - {'error': {'code': 'InternalServerError', 'message': 'Backend returned unexpected response. Please contact Microsoft for help.'}}. I am using Azure.AI.OpenAI nuget package. I have tried using direct api calls and open ai rest api seems to be working fine. Probably there is an issue with the nuget package implementation related to llama model or something. Can you please help us with this ?