Setup

  1. create venv
python -m venv ./.venv/ 
  1. activate venv macOS:
source .venv/bin/activate

windows:

.venv\Scripts\activate
  1. install requirements
pip install -r requirements.txt
  1. configure your api key create a file .env with your OpenAI api key as described in .env.example

  2. run application

python ./app/main.py