pub struct OllamaOptions {
pub temperature: f64,
pub num_predict: u32,
}Fields§
§temperature: f64§num_predict: u32Trait Implementations§
Source§impl Debug for OllamaOptions
impl Debug for OllamaOptions
Auto Trait Implementations§
impl Freeze for OllamaOptions
impl RefUnwindSafe for OllamaOptions
impl Send for OllamaOptions
impl Sync for OllamaOptions
impl Unpin for OllamaOptions
impl UnwindSafe for OllamaOptions
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