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" },