diff --git a/README.md b/README.md
index 466e3af62..7d067aff7 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Open WebUI (Formerly Ollama WebUI) 👋
-![GitHub stars](https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social)
-![GitHub forks](https://img.shields.io/github/forks/ollama-webui/ollama-webui?style=social)
-![GitHub watchers](https://img.shields.io/github/watchers/ollama-webui/ollama-webui?style=social)
-![GitHub repo size](https://img.shields.io/github/repo-size/ollama-webui/ollama-webui)
-![GitHub language count](https://img.shields.io/github/languages/count/ollama-webui/ollama-webui)
-![GitHub top language](https://img.shields.io/github/languages/top/ollama-webui/ollama-webui)
-![GitHub last commit](https://img.shields.io/github/last-commit/ollama-webui/ollama-webui?color=red)
+![GitHub stars](https://img.shields.io/github/stars/open-webui/open-webui?style=social)
+![GitHub forks](https://img.shields.io/github/forks/open-webui/open-webui?style=social)
+![GitHub watchers](https://img.shields.io/github/watchers/open-webui/open-webui?style=social)
+![GitHub repo size](https://img.shields.io/github/repo-size/open-webui/open-webui)
+![GitHub language count](https://img.shields.io/github/languages/count/open-webui/open-webui)
+![GitHub top language](https://img.shields.io/github/languages/top/open-webui/open-webui)
+![GitHub last commit](https://img.shields.io/github/last-commit/open-webui/open-webui?color=red)
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Follama-webui%2Follama-wbui&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)
[![Discord](https://img.shields.io/badge/Discord-Open_WebUI-blue?logo=discord&logoColor=white)](https://discord.gg/5rJgQTnV4s)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/tjbck)
@@ -219,6 +219,7 @@ docker rm -f open-webui
docker pull ghcr.io/open-webui/open-webui:main
[insert command you used to install]
```
+
In the last line, you need to use the very same command you used to install (local install, remote server, etc.)
### Moving from Ollama WebUI to Open WebUI
@@ -257,10 +258,6 @@ Once you verify that all the data has been migrated you can erase the old volume
docker volume rm ollama-webui
```
-
-
-
-
## How to Install Without Docker
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.
diff --git a/package-lock.json b/package-lock.json
index 6f962e70d..ded65c9ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "ollama-webui",
+ "name": "open-webui",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "ollama-webui",
+ "name": "open-webui",
"version": "0.0.1",
"dependencies": {
"@sveltejs/adapter-node": "^1.3.1",
diff --git a/package.json b/package.json
index bae50d1b8..20159f9c1 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "ollama-webui",
+ "name": "open-webui",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -52,4 +52,4 @@
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
}
-}
+}
\ No newline at end of file
diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte
index c52733d2f..3f1d61fcd 100644
--- a/src/lib/components/chat/Settings/About.svelte
+++ b/src/lib/components/chat/Settings/About.svelte
@@ -44,10 +44,10 @@
/>
-
+
diff --git a/src/lib/components/chat/Settings/General.svelte b/src/lib/components/chat/Settings/General.svelte
index 1aeb38021..78a901890 100644
--- a/src/lib/components/chat/Settings/General.svelte
+++ b/src/lib/components/chat/Settings/General.svelte
@@ -188,7 +188,7 @@
Trouble accessing Ollama?
Click here for help.
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte
index 17713b2bb..af3bb31c4 100644
--- a/src/routes/(app)/+layout.svelte
+++ b/src/routes/(app)/+layout.svelte
@@ -268,7 +268,7 @@
Trouble accessing Ollama?
Click here for help.
diff --git a/src/routes/error/+page.svelte b/src/routes/error/+page.svelte
index f7ba2f4f5..fba62743e 100644
--- a/src/routes/error/+page.svelte
+++ b/src/routes/error/+page.svelte
@@ -30,7 +30,7 @@
See readme.md for instructions
or