Install poetry:
pipx install poetry
Install project dependencies:
poetry install
Copy the .env.example
and create a .env
file with your OPENAI_API_KEY
Activate the project environment:
poetry shell
To start and run the application:
poetry run python app.py
To stop the virtual environment:
exit