OllamaClient derives Clone

This commit is contained in:
2026-01-07 14:24:08 +00:00
parent 96bed8e85b
commit 69a9ce0de5

View File

@@ -22,6 +22,7 @@ use crate::{
pub mod error;
pub mod types;
#[derive(Clone)]
pub struct OllamaClient {
server_address: String,
}