-
Place
OPENAI_API_KEY
in a.env
fileOPENAI_API_KEY="..."
-
Create a new Python environment
python -m venv env
-
Install dependencies from requirements.txt
python -m pip install -r requirements.txt
-
Run tests to make sure everything is fine
python -m pytest tests
pythom main.py