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