simple_llama_rs 1.0.3

Rust crate for the Ollama API.
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Deserialize, Serialize)]
pub struct CopyInfo {
    pub source: String,
    pub destination: String,
}