From d995279f168193f98bba15c7463df20e7c5993cd Mon Sep 17 00:00:00 2001 From: Matthew Hand Date: Tue, 5 Nov 2024 22:40:31 +0000 Subject: [PATCH] docs: reworded ollama troubleshooting --- docs/getting-started/using-openwebui/index.mdx | 6 +++--- .../{ollama-models.mdx => troubleshooting-ollama.mdx} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/getting-started/using-openwebui/{ollama-models.mdx => troubleshooting-ollama.mdx} (100%) diff --git a/docs/getting-started/using-openwebui/index.mdx b/docs/getting-started/using-openwebui/index.mdx index 7f061bf..28c6925 100644 --- a/docs/getting-started/using-openwebui/index.mdx +++ b/docs/getting-started/using-openwebui/index.mdx @@ -9,9 +9,9 @@ Explore the essential concepts and features of Open WebUI, including models, kno --- -## 📥 Ollama Models -Learn how to download, load, and use models effectively. -[Check out Ollama Models](./ollama-models.mdx) +## 📥 Troubleshooting Ollama +Many users wish to make use of their existing Ollama instance, but encounter common issues. +If this is you, then check out the [Troubleshooting Ollama guide](./troubleshooting-ollama.mdx) --- diff --git a/docs/getting-started/using-openwebui/ollama-models.mdx b/docs/getting-started/using-openwebui/troubleshooting-ollama.mdx similarity index 100% rename from docs/getting-started/using-openwebui/ollama-models.mdx rename to docs/getting-started/using-openwebui/troubleshooting-ollama.mdx