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
Using the API key is considered not the optimal way to use in production usecase method when using Azure OpenAI, Autogen allows the use of api key, but has a default way for using it throught azure identity and RBAC which doesn't require the api key, but rather being authentifcated through az login/azd auth login
"from azure.identity import DefaultAzureCredential, get_bearer_token_provider" is probably used here only, without the
"from autogen_ext.models.openai import (
AzureOpenAIChatCompletionClient,
OpenAIChatCompletionClient
)" https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/models.html
which makes the api_key usable
tldr : try to privileged the RBAC and the Cognitive Role appropriate !
or might has been already resolved by Victor !
What happened?
Has anyone tried using Azure OpenAI to configure model within AutoGen studio?
I am trying for the first time and finding it not having a place to set api key for Azure OpenAI
For OpenAI we do have that configuration in place
What did you expect to happen?
We should be able to configure api key for Azure OpenAI as well
How can we reproduce it (as minimally and precisely as possible)?
Use the AutoGen Studio and you will be able to see the UI
AutoGen version
0.4.2
Which package was this bug in
AutoGen Studio
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: