Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Feb 17, 2024
1 parent 90bcd16 commit e05ae34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ollama Web UI Troubleshooting Guide
# Open WebUI Troubleshooting Guide

## Understanding the Open WebUI Architecture

Expand Down
6 changes: 3 additions & 3 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,4 +13,4 @@
"sizes": "844x884"
}
]
}
}

0 comments on commit e05ae34

Please sign in to comment.