Canonical models for Providers (#5694)
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user