Skip to main content

Crate ollama_kit

Crate ollama_kit 

Source
Expand description

Helpers around ollama_rs::Ollama: configured client, guarded call, OllamaRuntime::ensure.

Re-exports§

pub use crate::config::AuthConfig;
pub use crate::config::RuntimeConfig;
pub use crate::config::RuntimeMode;
pub use crate::error::Result;
pub use crate::error::RuntimeError;
pub use crate::guard::ExecutionGuard;
pub use crate::runtime::OllamaRuntime;
pub use ollama_rs;

Modules§

config
error
guard
runtime