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
This commit is contained in:
Marshall Bowers 2024-09-05 12:55:29 -04:00 committed by GitHub
parent 1b735b0d81
commit fe53113ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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