Skip to content

Demo of creating chatbot from Azure OpenAI service similar to ChatGPT.

Notifications You must be signed in to change notification settings

michalmar/openai-demos-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo of creating chatbot from Azure OpenAI service similar to ChatGPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published