This bot is a basic language model that utilizes OpenAI ChatGPT API to gather knowledge about alcoholic beverages.
Make sure you have python3 installed:
python3 --version
Create a venv and install the all dependencies:
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
To start the bot just do the following:
. ./venv/bin/activate
python main.py
venv\Scripts\activate.bat
python main.py