forked from open-webui/open-webui
rename
This commit is contained in:
parent
90bcd1644a
commit
e05ae3481e
3 changed files with 6 additions and 6 deletions
|
@ -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
|
For cpu-only pod
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ For gpu-enabled pod
|
||||||
kubectl apply -k ./kubernetes/manifest
|
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
|
Package Helm file first
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Ollama Web UI Troubleshooting Guide
|
# Open WebUI Troubleshooting Guide
|
||||||
|
|
||||||
## Understanding the Open WebUI Architecture
|
## Understanding the Open WebUI Architecture
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ollama Web UI",
|
"name": "Open WebUI",
|
||||||
"short_name": "Ollama",
|
"short_name": "Open WebUI",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#343541",
|
"background_color": "#343541",
|
||||||
|
|
Loading…
Reference in a new issue