Module provider

Source
Expand description

§RSLLM Provider Abstraction

Multi-provider support for different LLM APIs with unified interface. Supports OpenAI, Claude (Anthropic), Ollama, and custom providers.

Structs§

OpenAIProvider
OpenAI provider implementation
ProviderConfig
Provider configuration

Enums§

Provider
Supported LLM providers

Traits§

LLMProvider
Core provider trait for LLM interactions