- create venv
python -m venv ./.venv/
- activate venv macOS:
source .venv/bin/activate
windows:
.venv\Scripts\activate
- install requirements
pip install -r requirements.txt
-
configure your api key create a file .env with your OpenAI api key as described in .env.example
-
run application
python ./app/main.py