mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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
@ -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…
Reference in New Issue
Block a user