microsoft / OpenAIWorkshop

workshop materials to build intelligent solutions on Open AI
MIT License
476 stars 277 forks source link

Question: Flight Copilot App Deployment Example #156

Open Boburmirzo opened 10 months ago

Boburmirzo commented 10 months ago

Hi @james-tn,

Do you have an example of a deployment script to run the app in Azure?

https://github.com/microsoft/OpenAIWorkshop/tree/main/scenarios/incubations/copilot/realtime_streaming

Now I am experimenting with a similar use case and I found your showcase quite helpful. It would be great if you could provide a template for the automated deployment of Azure resources.

Thanks!

james-tn commented 10 months ago

You can review the bicep template in this, and use azd to deploy: https://github.com/microsoft/OpenAIWorkshop/tree/main/infra

Boburmirzo commented 9 months ago

@james-tn Hi,

I am working on implementing a similar solution but using Azure Event Hubs and Pathway's LLM App.

It would be great if you have time, we can jump on a call and get your early feedback on this GitHub repo:

https://github.com/Boburmirzo/pathway-azure-openai-confluent

Thanks!