From e05ae3481e44a654fb0e7dcc58417e1b1f894e76 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 17 Feb 2024 00:07:43 -0800 Subject: [PATCH] rename --- INSTALLATION.md | 4 ++-- TROUBLESHOOTING.md | 2 +- static/manifest.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 4b802c699..4298b173e 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,4 +1,4 @@ -### Installing Both Ollama and Ollama Web UI Using Kustomize +### Installing Both Ollama and Open WebUI Using Kustomize For cpu-only pod @@ -12,7 +12,7 @@ For gpu-enabled pod kubectl apply -k ./kubernetes/manifest ``` -### Installing Both Ollama and Ollama Web UI Using Helm +### Installing Both Ollama and Open WebUI Using Helm Package Helm file first diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index b21fcb49d..d3163501a 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -1,4 +1,4 @@ -# Ollama Web UI Troubleshooting Guide +# Open WebUI Troubleshooting Guide ## Understanding the Open WebUI Architecture diff --git a/static/manifest.json b/static/manifest.json index 6d8665f8d..d138effd5 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,6 +1,6 @@ { - "name": "Ollama Web UI", - "short_name": "Ollama", + "name": "Open WebUI", + "short_name": "Open WebUI", "start_url": "/", "display": "standalone", "background_color": "#343541", @@ -13,4 +13,4 @@ "sizes": "844x884" } ] -} +} \ No newline at end of file