Hello!
I see that it is possible to use the playground of Phoenix with an Azure Open AI model using an API key. Is it possible to also use it without an API key but with an Azure Active Directory identity instead?
Thanks!
Yes, you can use Azure OpenAI models in Phoenix without an API key by using Azure Active Directory (AD) authentication. According to this GitHub pull request, the OpenAIModel class in Phoenix supports Azure AD authentication by allowing the use of azure_ad_token or azure_ad_token_provider parameters. This means you can authenticate using Azure AD without needing an API key.Would you like more details on how to set this up? Sources:
- GitHub Pull Request
- OpenAIModel Documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.