//! Factory for `rig::providers::ollama::Client`.
use Nothing;
use ollama;
use LlmError;
/// Builds an Ollama rig client pointed at `base_url`.
///
/// Ollama doesn't use API keys, so the rig builder takes the `Nothing`
/// marker. The daemon itself is not contacted until inference runs; this
/// call only validates that the URL parses.
pub