pub enum Models {
GEMINI_1_5_FLASH,
GEMINI_1_5_PRO_002,
GEMINI_1_5_PRO,
GEMINI_1_5_FLASH_002,
GEMINI_1_5_FLASH_8B,
GEMINI_1_0_PRO,
}
Variants§
GEMINI_1_5_FLASH
GEMINI_1_5_PRO_002
GEMINI_1_5_PRO
GEMINI_1_5_FLASH_002
GEMINI_1_5_FLASH_8B
GEMINI_1_0_PRO
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Models
impl RefUnwindSafe for Models
impl Send for Models
impl Sync for Models
impl Unpin for Models
impl UnwindSafe for Models
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