Instructor, AI Engineering Bootcamp





Cohort 10 · Jul 31–Sep 7 · times in PDT and BST (BST = GMT+1)
.env is in .gitignore — never commit your API key. Load it with python-dotenv.Answer shape on success and failure — clients never see a bare 500.--env-file .env, confirm it works./summarize — summarize long text. /analyze-sentiment — sentiment analysis. Both return validated Pydantic objects./ask/stream using StreamingResponse. Confirm tokens arrive in real time.