A Rasa bot based on chatgpt
Our Youtube Tutorials link: https://www.youtube.com/playlist?list=PLv5TuIj35e2Cj4vhdLRWbsjtUf27KUete
Steps to Recreate Ziggy: clone the repo
-
open it in Code editor
-
Go to RasaFramework >> action >>.env file and fill ChatGPT API key and path for authenticated Google OAuth File
-
create a virtual environment by typing following in terminal python -im env1 .\myenv .\env1\Scripts\activate
-
install following dependencies:
pip install openai pip install pandas pip install pathlib pip install requests pip install ruamel.yaml pip install python-dotenv
- Go to RasaFramework directory
- Run Command "pip install rasa[full] " OR Run Command " rasa install "
- Run Command " rasa init "
- Run Command " rasa run --enable-api --cors "*" " in one shell to activate RASA api hook server
- Run Command " rasa run actions " in other shell to activate action server