From 5d07660a53542bee457966aa273a05305375c721 Mon Sep 17 00:00:00 2001 From: Michael Naylor <34126775+mjnaylor8@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:40:36 +0000 Subject: [PATCH] Update starting-with-ollama.mdx Added a clarification not to use the 'user setting' menu which appends /models to the api rather than /api/tags. --- docs/getting-started/quick-start/starting-with-ollama.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/quick-start/starting-with-ollama.mdx b/docs/getting-started/quick-start/starting-with-ollama.mdx index f1c5faf..1a579be 100644 --- a/docs/getting-started/quick-start/starting-with-ollama.mdx +++ b/docs/getting-started/quick-start/starting-with-ollama.mdx @@ -21,7 +21,7 @@ However, if you encounter connection issues, the most common cause is a network To manage your Ollama instance in Open WebUI, follow these steps: -1. Go to **Admin Settings** in Open WebUI. +1. Go to **Admin Settings** in Open WebUI. (do not use the User Setting Menu) 2. Navigate to **Connections > Ollama > Manage** (click the wrench icon). From here, you can download models, configure settings, and manage your connection to Ollama. @@ -48,4 +48,4 @@ This method is perfect if you want to skip navigating through the Admin Settings That’s it! Once your connection is configured and your models are downloaded, you’re ready to start using Ollama with Open WebUI. Whether you’re exploring new models or running your existing ones, Open WebUI makes everything simple and efficient. -If you run into any issues or need more guidance, check out our [help section](/troubleshooting) for detailed solutions. Enjoy using Ollama! 🎉 \ No newline at end of file +If you run into any issues or need more guidance, check out our [help section](/troubleshooting) for detailed solutions. Enjoy using Ollama! 🎉