You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the new Azure AI Studio, AI inferencing models URL have changed to - https://resource-name.openai.azure.com/ but the code still refers to previous patterns
on using provider - azure-openai gives error
{"error":{"message":"azure-openai error: Backend returned unexpected response. Please contact Microsoft for help.","type":null,"param":null,"code":"InternalServerError"},"provider":"azure-openai"}
What Happened?
Provider -
azure-ai
Example model -
mistral-large
According to the new Azure AI Studio, AI inferencing models URL have changed to -
https://resource-name.openai.azure.com/
but the code still refers to previous patternson using provider -
azure-openai
gives errorportkey log shows bad URL
What Should Have Happened?
add another mode or change the url pattern to -
Relevant Code Snippet
https://github.com/Portkey-AI/gateway/edit/main/src/providers/azure-ai-inference/api.ts
Your Twitter/LinkedIn
https://www.linkedin.com/in/amanintech/
The text was updated successfully, but these errors were encountered: