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
Why
Llama 3.1 405b just released and one of the only way to get access to it is through AzureAI hosting it.
Description
Support AzureAI for non OpenAI models as a cloud service.
Requirements
Here is the current token error when I try to use AzureAI on my Llama 3.1 server. [Issue] OpenAI/azure: Bad Request - "status": "Auth token must be passed as a header called Authorization"
The text was updated successfully, but these errors were encountered:
So the issue occurs in the models page and I think is an issue with how Azure works. They have a connection side to OpenAI, I followed the instructions you have and found that to work correctly. The other open source models use serverless options. Best I can tell these are accessed through the model deployment URL and Key. I also tried https://x.cognitiveservices.azure.com/ configuration but that only showed the GPT4 model as well.
working OpenAI connection
Not working Llama 3.1 connection
Azure model setting screen
Why
Llama 3.1 405b just released and one of the only way to get access to it is through AzureAI hosting it.
Description
Support AzureAI for non OpenAI models as a cloud service.
Requirements
Here is the current token error when I try to use AzureAI on my Llama 3.1 server. [Issue] OpenAI/azure: Bad Request - "status": "Auth token must be passed as a header called Authorization"
The text was updated successfully, but these errors were encountered: