From b2fe8a7afb255f8fd31dbf5da396aba5a7c3c597 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 18 Dec 2025 20:06:18 -0500 Subject: [PATCH] Restore configuring-zed.md to origin/main --- docs/src/configuring-zed.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 4af732083e135ce3f097077765bd210705a083b8..8a638d9f7857e1a55aaa5589a77110a7b803bbfe 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -2667,6 +2667,9 @@ These values take in the same options as the root-level settings with the same n ```json [settings] { "language_models": { + "anthropic": { + "api_url": "https://api.anthropic.com" + }, "google": { "api_url": "https://generativelanguage.googleapis.com" },