diff --git a/crates/language_models/src/provider/cloud.rs b/crates/language_models/src/provider/cloud.rs index 7b46a7d1b1712f5931141a4a82ff5210568da43f..e735b3265264d1c95623b00f9d1c131b3c43e0cb 100644 --- a/crates/language_models/src/provider/cloud.rs +++ b/crates/language_models/src/provider/cloud.rs @@ -1034,7 +1034,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." });