pub enum Provider {
Show 13 variants
Groq,
XaiGrok,
Ollama,
DeepSeek,
Anthropic,
AzureOpenAI,
HuggingFace,
TogetherAI,
OpenAI,
Qwen,
Gemini,
Mistral,
Cohere,
}
Expand description
AI模型提供商枚举
Variants§
Groq
XaiGrok
Ollama
DeepSeek
Anthropic
AzureOpenAI
HuggingFace
TogetherAI
OpenAI
Qwen
Gemini
Mistral
Cohere
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Provider
impl RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnwindSafe for Provider
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