pub struct OllamaProvider {
pub endpoint: String,
pub max_retries: u32,
pub retry_delay_ms: u64,
}Expand description
Ollama provider (OpenAI-compatible API with agent runtime)
Fields§
§endpoint: String§max_retries: u32§retry_delay_ms: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for OllamaProvider
impl RefUnwindSafe for OllamaProvider
impl Send for OllamaProvider
impl Sync for OllamaProvider
impl Unpin for OllamaProvider
impl UnwindSafe for OllamaProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more