This commit is contained in:
Ahmed Ibrahim
2026-01-13 14:25:44 -08:00
parent dd9b578e7c
commit 5bd85b38b8

View File

@@ -137,7 +137,7 @@ impl ModelsManager {
}
/// Look up model metadata, applying remote overrides and config adjustments.
pub(crate) async fn get_model_info(&self, model: &str, config: &Config) -> ModelInfo {
pub async fn get_model_info(&self, model: &str, config: &Config) -> ModelInfo {
let remote = self
.remote_models(config)
.await