Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.06 KB

ZiggyBot

A Rasa bot based on chatgpt

Our Youtube Tutorials link: https://www.youtube.com/playlist?list=PLv5TuIj35e2Cj4vhdLRWbsjtUf27KUete

Steps to Recreate Ziggy: clone the repo

  1. open it in Code editor

  2. Go to RasaFramework >> action >>.env file and fill ChatGPT API key and path for authenticated Google OAuth File

  3. create a virtual environment by typing following in terminal python -im env1 .\myenv .\env1\Scripts\activate

  4. install following dependencies:

pip install openai pip install pandas pip install pathlib pip install requests pip install ruamel.yaml pip install python-dotenv

  1. Go to RasaFramework directory
  2. Run Command "pip install rasa[full] " OR Run Command " rasa install "
  3. Run Command " rasa init "
  4. Run Command " rasa run --enable-api --cors "*" " in one shell to activate RASA api hook server
  5. Run Command " rasa run actions " in other shell to activate action server