ollama-sdk 0.2.3

An idiomatic, unofficial Rust client for the Ollama API with support for streaming, tool calling, and custom transports.
Documentation
1
2
3
4
5
6
7
8
pub mod chat;
pub mod generate;
mod http;
pub mod models;
mod shared;

pub use http::*;
pub use shared::*;