microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.66k stars 2.62k forks source link

PUBLISH ON BOT TEAMS #477

Open phfontes opened 10 months ago

phfontes commented 10 months ago

Hello, is it possible to publish this application to a bot in teams?

alisalih1 commented 10 months ago

I have been searching some information about this as well. From what I gather, you do not need the front end code in this repo as long as you have your Azure OpenAI deployment API urls, access keys, Azure Search urls and access key. Then it will be a web call to your azure openai point. I think a bot framework example as a start point might be better 🧐