pub enum Model {
Gpt35Turbo,
Gpt35Turbo_0301,
Gpt4,
Gpt4_32k,
Gpt4_0314,
Gpt4_32k_0314,
Custom(&'static str),
}Variants§
Trait Implementations§
source§impl PartialEq<Model> for Model
impl PartialEq<Model> for Model
source§impl PartialOrd<Model> for Model
impl PartialOrd<Model> for Model
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Model
impl StructuralPartialEq for Model
Auto Trait Implementations§
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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