diff --git a/crates/language_models/src/provider/cloud.rs b/crates/language_models/src/provider/cloud.rs index 30c40f48d5677ee56cf4664229807cb1a52f98ad..64547bfed5de79308a5e700f344a7a3eec13ea84 100644 --- a/crates/language_models/src/provider/cloud.rs +++ b/crates/language_models/src/provider/cloud.rs @@ -1035,7 +1035,7 @@ impl Render for ConfigurationView { let is_pro = plan == Some(proto::Plan::ZedPro); let subscription_text = Label::new(if is_pro { - "You have full access to Zed's hosted LLMs, which include models from Anthropic, OpenAI, and Google. They come with faster speeds and higher limits through Zed Pro." + "You have access to Zed's hosted LLMs through your Zed Pro subscription." } else { "You have basic access to models from Anthropic through the Zed AI Free plan." });