From fe53113ee4d7249445a9fca16b2bbed7b5b9939a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 5 Sep 2024 12:55:29 -0400 Subject: [PATCH] docs: Update the example custom API URL for the Assistant (#17432) This PR updates the docs showcasing how to use a custom API URL for the Assistant to only use a base URL (without a path). Closes #17431. Release Notes: - N/A --- docs/src/assistant/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/assistant/configuration.md b/docs/src/assistant/configuration.md index 8c7dac2d37..eaf5ed13b4 100644 --- a/docs/src/assistant/configuration.md +++ b/docs/src/assistant/configuration.md @@ -214,7 +214,7 @@ To do so, add the following to your Zed `settings.json`: { "language_models": { "some-provider": { - "api_url": "http://localhost:11434/v1" + "api_url": "http://localhost:11434" } } }