Enum openai_flows::chat::ChatModel
source · pub enum ChatModel {
GPT4Turbo,
GPT4_32K,
GPT4,
GPT35Turbo16K,
GPT35Turbo,
}
Expand description
Models for Chat
Variants§
Trait Implementations§
impl Copy for ChatModel
Auto Trait Implementations§
impl RefUnwindSafe for ChatModel
impl Send for ChatModel
impl Sync for ChatModel
impl Unpin for ChatModel
impl UnwindSafe for ChatModel
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