Canonical models for Providers (#5694)

This commit is contained in:
David Katz
2025-12-12 17:25:10 -05:00
committed by GitHub
parent 8d183e3615
commit 5c964d2691
16 changed files with 14432 additions and 4 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ pub async fn configure_provider_dialog() -> anyhow::Result<bool> {
let models_res = {
let temp_model_config = ModelConfig::new(&provider_meta.default_model)?;
let temp_provider = create(provider_name, temp_model_config).await?;
temp_provider.fetch_supported_models().await
temp_provider.fetch_recommended_models().await
};
spin.stop(style("Model fetch complete").green());