Setup Create a new directory with these three files (requirements.txt, main.py, README.md) python -m venv venv source venv/bin/activate pip install -r requirements.txt python main.py Update main() to run the example prompt chains