From 30d3f6897d03027bed7ce2d729d967a3503cc3fd Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 19 Dec 2023 14:37:36 -0500 Subject: [PATCH 1/3] doc: backend dependency warning added --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c5919688e..6a6522078 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=https://example.com/api --name While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own. +**Warning: Backend Dependency for Proper Functionality** + +In order to ensure the seamless operation of our application, it is crucial to run both the backend and frontend components simultaneously. Serving only the frontend in isolation is not supported and may lead to unpredictable outcomes, rendering the application inoperable. Attempting to raise an issue when solely serving the frontend will not be addressed, as it falls outside the intended usage. To achieve optimal results, please strictly adhere to the specified steps outlined in this documentation. Utilize the frontend solely for building static files, and subsequently run the complete application with the provided backend commands. Failure to follow these instructions may result in unsupported configurations, and we may not be able to provide assistance in such cases. Your cooperation in following the prescribed procedures is essential for a smooth user experience and effective issue resolution. + ### TL;DR 🚀 Run the following commands to install: From 6a38bdcf77b41f8a1318f2406439cd3236dc37c2 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 19 Dec 2023 11:57:49 -0800 Subject: [PATCH 2/3] fix: better error message for connection issue --- src/routes/(app)/+layout.svelte | 57 +++++++++++++++++---------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 4f4774232..fe523d936 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -236,36 +236,39 @@
-
-
- Ollama Update Required -
+
+
+
+ Connection Issue or Update Needed +
-
- Oops! It seems like your Ollama needs a little attention. - We encountered a connection issue or noticed that you're running an outdated version. Please - update to - {requiredOllamaVersion} or above. -
+
+ Oops! It seems like your Ollama needs a little attention. We've detected either a connection hiccup or observed that you're using an older + version. Ensure you're on the latest Ollama version + (version + {requiredOllamaVersion} or higher) + or check your connection. +
-
- +
+ - + +
From 1d85f1ce831e10088386cbd1c328245ce1a0a359 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 19 Dec 2023 15:36:32 -0500 Subject: [PATCH 3/3] doc: disclaimer added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a6522078..93cafc004 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ChatGPT-Style Web Interface for Ollama 🦙 +**Disclaimer:** *ollama-webui is a community-driven project and is not affiliated with the Ollama team in any way. This initiative is independent, and any inquiries or feedback should be directed to [our community on Discord](https://discord.gg/5rJgQTnV4s). We kindly request users to refrain from contacting or harassing the Ollama team regarding this project.* + ![Ollama Web UI Demo](./demo.gif) Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you can discover, download, and explore customized Modelfiles for Ollama! 🦙🔍