Notes & Homeworks from the LLM Zoomcamp 2026
python3 -m pip install --upgrade pip
pip install uv
git clone https://github.com/davidevdt/llm_zoomcamp_code.git
cd llm_zoomcamp_code
uv sync
platform.openai.com/login
Include the key using
cp .env.example .env
and pasting your key into the corresponding env variable.
For module 3 - orchestration (lessons and homework) you also need the Google Gemini API key and the Tavily API key.