Hello @Syedbabar Ali ,
Currently there is not a one turn solution of integrating your Azure OpenAI Chatbot within Microsoft Teams. There are three options of implementing your scenario as shared in this blog post by Alexis Kinzelin
Here are the 3 options you can explore:
- Option #1: We recommend reading this documentation to set up Azure OpenAI in power Automate – Use your Azure OpenAI Service model in Power Automate (preview) | Microsoft Learn
- Option #2: Combines Power Virtual Agent (PVA) and Azure OpenAI Service. This option provides a good trade-off between the simplicity to deploy a bot in Teams via PVA, as opposed to a full development using the Azure bot service, and better control over the AI generative models via Azure OpenAI Service, as opposed to the AI Builder connector for ChatGPT on Azure OpenAI Service.
- Option #3: Please take a look at this GitHub repository by Freist Li which uses GPT3 – GitHub – freistli/rootbot: Bot App integrated with several LLMs services (ChatGPT, GPT-3, DALL-E) from OpenAI and Azure OpenAI.
Hope that helps.
-Grace