language_models: Update copy for Zed Pro subscription (#30152)
This PR updates the copy around the Zed Pro description to be more accurate. Release Notes: - agent: Updated some copy about Zed Pro in the configuration view.
This commit is contained in:
parent
ea769455e4
commit
4469b7339f
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ impl Render for ConfigurationView {
|
||||||
|
|
||||||
let is_pro = plan == Some(proto::Plan::ZedPro);
|
let is_pro = plan == Some(proto::Plan::ZedPro);
|
||||||
let subscription_text = Label::new(if is_pro {
|
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 {
|
} else {
|
||||||
"You have basic access to models from Anthropic through the Zed AI Free plan."
|
"You have basic access to models from Anthropic through the Zed AI Free plan."
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue