This is a simple implementation of a GPT-3.5 Turbo chatbot using Flask API. and used for whatsapp & telegram bot
- Clone the repository
- Install the required dependencies with
cd server/ && pip install -r requirements.txt
- Edit files apikey.json and input your apikey
- Run the app with
python3 server.py
(you can run it in a screen or create a systemd service) - Go back to the main directory and navigate to WhatsApp
- Run
npm install
thennode index.js
(you can run it in a screen or create a systemd service) - Go back to the main directory and navigate to Telegram
- Run
pip install -r requirements.txt
- Run
python3 main.py
(you can run it in a screen or create a systemd service)
This project is licensed under the GPL-v3 License. See LICENSE
for more information.