Expand description
§RSLLM Provider Abstraction
Multi-provider support for different LLM APIs with unified interface. Supports OpenAI, Claude (Anthropic), Ollama, and custom providers.
Structs§
- OpenAI
Provider - OpenAI provider implementation
- Provider
Config - Provider configuration
Enums§
- Provider
- Supported LLM providers
Traits§
- LLMProvider
- Core provider trait for LLM interactions