simple_llama_rs 1.0.0

Rust crate for the Ollama API.
Documentation
1
2
3
4
// Constants for API endpoints and defaults

/// Default URL for the Ollama API
pub const DEFAULT_URL: &str = "http://localhost:11434/api/chat";