Simple Python Framework for creating chat bot personalities using the OpenAI API
After cloning the project, create a virtual environment for the python dependences. From the project root:
python3 -m venv ./.venv
source .venv/bin/activate
pip install -r requirements.txt
Be sure to activate the environment before building or running the project:
source .venv/bin/activate