pub enum ModelMode {
Completions,
Chat,
Image,
ImageEdit,
AudioTranscription,
}
Expand description
The modes for the interaction with Open AI
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for ModelMode
Auto Trait Implementations§
impl Freeze for ModelMode
impl RefUnwindSafe for ModelMode
impl Send for ModelMode
impl Sync for ModelMode
impl Unpin for ModelMode
impl UnwindSafe for ModelMode
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