From 643305505f8ff07068b951e4d4132543f1d2e821 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 2 Apr 2024 08:32:33 -0700 Subject: [PATCH] Update intro.md --- docs/intro.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/intro.md b/docs/intro.md index 6594e0a2..0789ee7e 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -82,6 +82,12 @@ Please note that the following instructions assume that the latest version of Ol 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 ``` +- **If you're only using OpenAI API**, use this command: + + ```bash + docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main + ``` + - After installation, you can access Open WebUI at [http://localhost:3000](http://localhost:3000). Enjoy! 😄 #### Open WebUI: Server Connection Error