From ed17e17a73d79b4bde2fd47db42ca166b745fdd6 Mon Sep 17 00:00:00 2001 From: Till Zoppke Date: Tue, 2 Apr 2024 09:25:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20docs:=20Note=20on=20'host.docker?= =?UTF-8?q?.internal'=20for=20Ollama=20Config=20(#2274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: update URL to access ollama and comment on 'host.docker.internal' * Update ai_endpoints.md --------- Co-authored-by: Danny Avila --- docs/install/configuration/ai_endpoints.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install/configuration/ai_endpoints.md b/docs/install/configuration/ai_endpoints.md index 62053ce378..b6beb52fa8 100644 --- a/docs/install/configuration/ai_endpoints.md +++ b/docs/install/configuration/ai_endpoints.md @@ -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",