Skip to content

Files

Latest commit

 

History

History
35 lines (23 loc) · 1.68 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.68 KB

Azure OpenAI Chatbot demo using Azure Bot Framework & Azure Bot Service

based on: https://github.com/Microsoft/botbuilder-samples.git EchoBot

technologies: Bot Framework 4 (Python), Python, Azure Web App, Azure Bot Service and Azure OpenAI Service.

Run bot locally:

  • Activate your desired virtual environment
  • In the terminal, type pip install -r requirements.txt
  • Run your bot with python app.py

Testing the bot using Bot Framework Emulator

  • Install the latest Bot Framework Emulator from here
  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

Deploy the bot to Azure

To learn more about deploying a bot to Azure, see Deploy your bot to Azure for a complete list of deployment instructions.

Further reading