ollama-rs 0.3.5

A Rust library for interacting with the Ollama API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod browserless;
mod calc;
mod finance;
mod scraper;
mod search_ddg;
mod serper;

pub use browserless::Browserless;
pub use calc::Calculator;
pub use finance::StockScraper;
pub use scraper::Scraper;
pub use search_ddg::DDGSearcher;
pub use serper::SerperSearchTool;