Module config

Module config 

Source
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ยง

AnthropicProviderConfig
Anthropic provider credentials and settings.
GeminiProviderConfig
Gemini (Google Generative Language API) provider credentials and settings.
GrokProviderConfig
Grok (xAI) provider credentials and settings.
OllamaProviderConfig
Ollama (local) provider settings.
OpenAiProviderConfig
OpenAI provider credentials and settings.
StreamingConfig
Configuration for streaming LLM requests.