-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
using aoai model with azure Ad auth #820
Comments
@MichaelBetser can you please give us more details? |
using azure ad auth with python openai is described here: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/migration?tabs=python%2Cdalle-fix#authentication |
I just found that there is an AzureOpenAI client in openai: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/chatgpt?tabs=python-new&pivots=programming-language-chat-completions |
Hi sonichi, |
Not sure if @kevin666aa or others is making a PR to use AzureOpenAI. If not, my suggestion is to make sure the "model" value matches the deployment name in your endpoint. |
I just made a draft PR to use AzureOpenAI in #868. @MichaelBetser Can you checkout out the branch to see if it works? |
…cement. (microsoft#820) * AAAI * KDD * Update README.md Co-authored-by: Kevin Chen <74878789+int-chaos@users.noreply.github.com> * Update README.md Co-authored-by: Kevin Chen <74878789+int-chaos@users.noreply.github.com> * revise * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Exchange_order Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> Co-authored-by: Kevin Chen <74878789+int-chaos@users.noreply.github.com>
Could this be bumped? This still doesn't support token-based authentication. We want to avoid API keys as much as possible. Here's an example from oai client that could be used in #868. @yiranwu0, could you update your PR to factor this in? |
Hi everyone, Is there a way to use Azure OpenAI and Autogen without having the API key? In my company, we only receive information for access via the token. Here are the details we have: API_VERSION: '....' Thanks! |
It is still not working, right? @yiranwu0 is there someone working on this issue, or at least a roadmap for that? |
Hello @cesarofuchi, can you take a look at this PR: #2879 |
resolved in #2879 |
My gpt model instance is using an azure ad auth scheme.
The api is slightly different for azure ad and the autogen doc does not say if it supports it and how to do it.
is this supported?
Thanks.
The text was updated successfully, but these errors were encountered: