Expand description
Streaming-specific configuration types.
These mirror the subset of AppConfig::llm fields needed by the streaming module.
Core provides From<&AppConfig> for StreamingConfig to bridge the two.
Structsยง
- Anthropic
Provider Config - Anthropic provider credentials and settings.
- Gemini
Provider Config - Gemini (Google Generative Language API) provider credentials and settings.
- Grok
Provider Config - Grok (xAI) provider credentials and settings.
- Ollama
Provider Config - Ollama (local) provider settings.
- Open
AiProvider Config - OpenAI provider credentials and settings.
- Streaming
Config - Configuration for streaming LLM requests.