From 347825cc093ec34bc21a4bb4fa6ca937097e2d05 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 18 Dec 2025 20:10:55 -0500 Subject: [PATCH] Restore anthropic.rs to origin/main --- crates/language_models/src/provider/anthropic.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/language_models/src/provider/anthropic.rs b/crates/language_models/src/provider/anthropic.rs index e396a24f27f32dc8bf2a3fb2f0538be4ed06cda4..598834f85c496cd54ddd956089715cac64420202 100644 --- a/crates/language_models/src/provider/anthropic.rs +++ b/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(