pub enum ClientLlm {
Anthropic,
OpenAI,
}Expand description
Supported LLMs
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientLlm
impl RefUnwindSafe for ClientLlm
impl Send for ClientLlm
impl Sync for ClientLlm
impl Unpin for ClientLlm
impl UnsafeUnpin for ClientLlm
impl UnwindSafe for ClientLlm
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