Restore anthropic.rs to origin/main

Richard Feldman created

Change summary

crates/language_models/src/provider/anthropic.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/language_models/src/provider/anthropic.rs 🔗

@@ -1104,7 +1104,6 @@ impl Render for ConfigurationView {
                 .on_action(cx.listener(Self::save_api_key))
                 .child(Label::new(format!("To use {}, you need to add an API key. Follow these steps:", match &self.target_agent {
                     ConfigurationViewTargetAgent::ZedAgent => "Zed's agent with Anthropic".into(),
-                    ConfigurationViewTargetAgent::EditPrediction => "Anthropic for edit predictions".into(),
                     ConfigurationViewTargetAgent::Other(agent) => agent.clone(),
                 })))
                 .child(