Calling LLM APIs
Production patterns for calling LLM APIs - authentication, retry logic, rate limiting, error handling, async calls, and the Anthropic and OpenAI Python SDKs.
Production patterns for calling LLM APIs - authentication, retry logic, rate limiting, error handling, async calls, and the Anthropic and OpenAI Python SDKs.
Python patterns for building production LLM applications - API integration, streaming, prompt engineering, token management, tool use, and vector search.