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 ```