samelhousseini / km-openai

MIT License
56 stars 99 forks source link

Works well on local, but no response on Azure Web App #13

Open georgeliang0821 opened 1 year ago

georgeliang0821 commented 1 year ago

I can use Flask to run app.py on my local machine. However, there doesn't seem to be any response when I test it on Azure Web App.

I noticed that the Azure Function - "BotQnAHTTPFunc" never gets triggered. Could you please provide more details on what needs to be done after deploying to Web App.