pub fn find_model(id: &str) -> Option<&'static KnownModel>Expand description
Find a curated model by ID.
Unlike resolve_model, this only searches curated models.
pub fn find_model(id: &str) -> Option<&'static KnownModel>Find a curated model by ID.
Unlike resolve_model, this only searches curated models.