From 3b4892be572191b71e24913e5ca2f43a26aed4d1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 2 Apr 2024 08:40:22 -0700 Subject: [PATCH] Update intro.md --- docs/intro.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 0789ee7..009c1c5 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -76,8 +76,6 @@ Please note that the following instructions assume that the latest version of Ol - **If Ollama is on a Different Server**, use this command: -- To connect to Ollama on another server, change the `OLLAMA_BASE_URL` to the server's URL: - ```bash docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=https://example.com -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ```