From 0477fe6480b369fb24d0faaaaddbfe13b9b2d4ca Mon Sep 17 00:00:00 2001 From: Mingqi Hu Date: Thu, 26 Dec 2024 09:18:20 +0800 Subject: [PATCH] [docs] Update doc for latest open webui: 0.4.8 (#12591) * Update open webui doc * Resolve comments --- .../Quickstart/open_webui_with_ollama_quickstart.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md index be975a4b..559b1622 100644 --- a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md +++ b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md @@ -163,10 +163,16 @@ Go to **Settings -> Models** in the menu, choose a model under **Pull a model fr +> [!NOTE] +> On the latest version of Open WebUI, the relative settings have been moved to **Admin Settings -> Connections -> Manage Ollama API Connections -> Manage**. + #### Chat with the Model -Start new conversations with **New chat** in the left-side menu. +Start new conversations with **New chat** in the left-side menu. +> [!NOTE] +> You may disable the auto-completion feature by Open WebUI for an improved chat experience. Goto **Admin Settings -> Interface -> Autocomplete Generation** and disable it. + On the right-side, choose a downloaded model from the **Select a model** drop-down menu at the top, input your questions into the **Send a Message** textbox at the bottom, and click the button on the right to get responses.