mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📖 docs: Note on 'host.docker.internal' for Ollama Config (#2274)
* docs: update URL to access ollama and comment on 'host.docker.internal' * Update ai_endpoints.md --------- Co-authored-by: Danny Avila <danacordially@gmail.com>
This commit is contained in:
parent
30d084e696
commit
ed17e17a73
1 changed files with 2 additions and 1 deletions
|
|
@ -322,7 +322,8 @@ Some of the endpoints are marked as **Known,** which means they might have speci
|
|||
```yaml
|
||||
- name: "Ollama"
|
||||
apiKey: "ollama"
|
||||
baseURL: "http://localhost:11434/v1/"
|
||||
# use 'host.docker.internal' instead of localhost if running LibreChat in a docker container
|
||||
baseURL: "http://localhost:11434/v1/chat/completions"
|
||||
models:
|
||||
default: [
|
||||
"llama2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue