1 2 3 4 5 6
#[cfg(feature = "ollama")] pub mod client; #[cfg(feature = "ollama")] pub use client::Ollama; pub mod openai;