Enum workflow_gpt::gpt::Model
source · pub enum Model {
CushmanCodex,
DavinciCodex,
Gpt35Turbo,
Gpt4,
Gpt4o,
TextAda001,
TextBabbage001,
TextCurie001,
TextDavinci002,
TextDavinci003,
Custom(String),
}
Variants§
CushmanCodex
DavinciCodex
Gpt35Turbo
Gpt4
Gpt4o
TextAda001
TextBabbage001
TextCurie001
TextDavinci002
TextDavinci003
Custom(String)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Model
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