From 6e7da0d92cf98ca8931dbeef47771bd000e67257 Mon Sep 17 00:00:00 2001 From: Shengsheng Huang Date: Tue, 9 Apr 2024 23:04:26 +0800 Subject: [PATCH] small fix in document --- .../Quickstart/open_webui_with_ollama_quickstart.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Quickstart/open_webui_with_ollama_quickstart.md b/docs/readthedocs/source/doc/LLM/Quickstart/open_webui_with_ollama_quickstart.md index a9e4c10a..d9675354 100644 --- a/docs/readthedocs/source/doc/LLM/Quickstart/open_webui_with_ollama_quickstart.md +++ b/docs/readthedocs/source/doc/LLM/Quickstart/open_webui_with_ollama_quickstart.md @@ -41,10 +41,13 @@ Follow the instructions on the [Run Ollama on Linux with Intel GPU](ollama_quick ``` #### Start the service - ``` - export no_proxy=localhost,127.0.0.1 - bash start.sh - ``` + +Run below commands to start the service: + +```sh +export no_proxy=localhost,127.0.0.1 +bash start.sh +``` ```eval_rst