Can Azure OpenAI Assistant be used with OpenAIAssistantAgent? #5179
Unanswered
JoaTesseracto
asked this question in
Q&A
Replies: 1 comment
-
The OpenAIAssistantAgent should work with Assistant API from Azure OpenAI. Not sure any specific considerations other than how you need to connect to Azure OpenAI services. You can follow the documentation for Azure OpenAI first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’ve been exploring the documentation for AutoGen and noticed that the OpenAIAssistantAgent class allows interaction with OpenAI Assistants. However, I’m unsure if this also works with an Azure-hosted OpenAI Assistant.
Is it possible to use the OpenAIAssistantAgent class to call an Azure OpenAI Assistant? If so, are there any specific configurations or considerations to keep in mind when connecting to an Azure-hosted model?
Any guidance or examples would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions