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:
parent
1b735b0d81
commit
fe53113ee4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue