pub enum LLMProvider {
Anthropic,
OpenAI,
Google,
Cohere,
Bedrock,
}Expand description
LLM provider type
Variants§
Trait Implementations§
Source§impl Clone for LLMProvider
impl Clone for LLMProvider
Source§fn clone(&self) -> LLMProvider
fn clone(&self) -> LLMProvider
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LLMProvider
impl Debug for LLMProvider
Source§impl PartialEq for LLMProvider
impl PartialEq for LLMProvider
impl StructuralPartialEq for LLMProvider
Auto Trait Implementations§
impl Freeze for LLMProvider
impl RefUnwindSafe for LLMProvider
impl Send for LLMProvider
impl Sync for LLMProvider
impl Unpin for LLMProvider
impl UnwindSafe for LLMProvider
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