langchain_rust/llm/ollama/
mod.rs

1#[cfg(feature = "ollama")]
2pub mod client;
3
4pub mod openai;