ollama-lan-share 0.1.1

LAN sharing for Ollama AI models with GUI
Documentation
1
2
3
4
5
6
7
8
9
//! Ollama integration split into focused sub-modules.
//!
//! - `types`: API request/response types
//! - `client`: Low-level HTTP client (OllamaClient)
//! - `manager`: High-level manager with usage stats (OllamaManager)

pub mod types;
pub mod client;
pub mod manager;