docs: Update the example custom API URL for the Assistant (#17432)

Marshall Bowers created

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

Change summary

docs/src/assistant/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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