pub trait MistralModelInfo {
// Required method
fn mistral_model_id(&self) -> String;
}Expand description
Trait to get Mistral-specific model IDs
pub trait MistralModelInfo {
// Required method
fn mistral_model_id(&self) -> String;
}Trait to get Mistral-specific model IDs