//! Ollama API client implementation.
//!//! This module provides a client for the Ollama local LLM server, supporting:
//! - Chat completions (synchronous and streaming)
//! - Text embeddings
modchat;modclient;modconfig;modembedding;modstream;pubuseclient::Ollama;pubuseconfig::OllamaConfig;