mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
🦙 docs: ollama.mdx (#278)
The baseURL option should not have the /chat/completions part for Ollama models to work with Agents.
This commit is contained in:
@@ -20,7 +20,7 @@ description: Example configuration for Ollama
|
||||
- name: "Ollama"
|
||||
apiKey: "ollama"
|
||||
# use 'host.docker.internal' instead of localhost if running LibreChat in a docker container
|
||||
baseURL: "http://localhost:11434/v1/chat/completions"
|
||||
baseURL: "http://localhost:11434/v1/"
|
||||
models:
|
||||
default: [
|
||||
"llama2",
|
||||
|
||||
Reference in New Issue
Block a user