courses
courses copied to clipboard
Anthropic's educational courses

Spelling correction
Grammatical error. Your--> You're
This commit removes an unnecessary Python `f` format string literal in the "02 Messages Format" lesson of the "API Fundamentals" course. It is used twice for the prompt which asks...
This commit fixes a typo from `wit` to `with` in the "Lesson Goals" section of the "02 Messages Format" lesson of the API Fundamentals" course.
Update Anthropic API Fundamentals notebooks - step 02 (messages) - fix a typo, remove references to restrictive user/assistant ordering in messages per https://docs.anthropic.com/en/release-notes/api#october-8th-2024 - step 05 (streaming) - remove references...