Skip to main content

Module config

Module config 

Source
Expand description

Configuration resolution helpers.

Handles LLM configuration (API key, model, base URL) with multi-source resolution: CLI argument → environment variable (.env) → default.

Re-exports§

pub use llm::LlmConfig;
pub use llm::resolve_llm_config;

Modules§

llm