Expand description
Async LLM client implementations (OpenAI, Anthropic).
Structs§
- Anthropic
Client - Async LLM client for the Anthropic Messages API.
- OpenAI
Client - Async LLM client for the OpenAI chat completions API.
Traits§
- LLMClient
- Unified async interface for LLM chat completion and streaming.