We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is possible to disable api key based auth for Azure Open AI and you will the following error and cannot use Azure Open AI with Jan.
AuthenticationTypeDisabled: Key based authentication is disabled for this resource.
You can get Azure Open AI aad tokens via the azure cli and running the following command which works.
az account get-access-token --resource https://cognitiveservices.azure.com
Jan should support using this Azure AAD token to talk to Azure Open AI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Statement
It is possible to disable api key based auth for Azure Open AI and you will the following error and cannot use Azure Open AI with Jan.
Feature Idea
You can get Azure Open AI aad tokens via the azure cli and running the following command which works.
Jan should support using this Azure AAD token to talk to Azure Open AI.
The text was updated successfully, but these errors were encountered: