Timothy J. Baek 1 year ago
parent
commit
e05ae3481e
3 changed files with 6 additions and 6 deletions
  1. 2 2
      INSTALLATION.md
  2. 1 1
      TROUBLESHOOTING.md
  3. 3 3
      static/manifest.json

+ 2 - 2
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
 

+ 1 - 1
TROUBLESHOOTING.md

@@ -1,4 +1,4 @@
-# Ollama Web UI Troubleshooting Guide
+# Open WebUI Troubleshooting Guide
 
 ## Understanding the Open WebUI Architecture
 

+ 3 - 3
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"
 		}
 	]
-}
+}