Timothy J. Baek hai 1 ano
pai
achega
00f9b2ffcf

+ 8 - 11
README.md

@@ -1,12 +1,12 @@
 # Open WebUI (Formerly Ollama WebUI) 👋
 # 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)
 ![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)
 [![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)
 [![](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
 docker pull ghcr.io/open-webui/open-webui:main
 [insert command you used to install]
 [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.)
 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
 ### 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
 docker volume rm ollama-webui
 ```
 ```
 
 
-
-
-
-
 ## How to Install Without Docker
 ## 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.
 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.

+ 2 - 2
package-lock.json

@@ -1,11 +1,11 @@
 {
 {
-	"name": "ollama-webui",
+	"name": "open-webui",
 	"version": "0.0.1",
 	"version": "0.0.1",
 	"lockfileVersion": 2,
 	"lockfileVersion": 2,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
-			"name": "ollama-webui",
+			"name": "open-webui",
 			"version": "0.0.1",
 			"version": "0.0.1",
 			"dependencies": {
 			"dependencies": {
 				"@sveltejs/adapter-node": "^1.3.1",
 				"@sveltejs/adapter-node": "^1.3.1",

+ 2 - 2
package.json

@@ -1,5 +1,5 @@
 {
 {
-	"name": "ollama-webui",
+	"name": "open-webui",
 	"version": "0.0.1",
 	"version": "0.0.1",
 	"private": true,
 	"private": true,
 	"scripts": {
 	"scripts": {
@@ -52,4 +52,4 @@
 		"tippy.js": "^6.3.7",
 		"tippy.js": "^6.3.7",
 		"uuid": "^9.0.1"
 		"uuid": "^9.0.1"
 	}
 	}
-}
+}

+ 2 - 2
src/lib/components/chat/Settings/About.svelte

@@ -44,10 +44,10 @@
 				/>
 				/>
 			</a>
 			</a>
 
 
-			<a href="https://github.com/ollama-webui/ollama-webui" target="_blank">
+			<a href="https://github.com/open-webui/open-webui" target="_blank">
 				<img
 				<img
 					alt="Github Repo"
 					alt="Github Repo"
-					src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
+					src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github"
 				/>
 				/>
 			</a>
 			</a>
 		</div>
 		</div>

+ 1 - 1
src/lib/components/chat/Settings/General.svelte

@@ -188,7 +188,7 @@
 				Trouble accessing Ollama?
 				Trouble accessing Ollama?
 				<a
 				<a
 					class=" text-gray-300 font-medium"
 					class=" text-gray-300 font-medium"
-					href="https://github.com/ollama-webui/ollama-webui#troubleshooting"
+					href="https://github.com/open-webui/open-webui#troubleshooting"
 					target="_blank"
 					target="_blank"
 				>
 				>
 					Click here for help.
 					Click here for help.

+ 1 - 1
src/routes/(app)/+layout.svelte

@@ -268,7 +268,7 @@
 									Trouble accessing Ollama?
 									Trouble accessing Ollama?
 									<a
 									<a
 										class=" text-black dark:text-white font-semibold underline"
 										class=" text-black dark:text-white font-semibold underline"
-										href="https://github.com/ollama-webui/ollama-webui#troubleshooting"
+										href="https://github.com/open-webui/open-webui#troubleshooting"
 										target="_blank"
 										target="_blank"
 									>
 									>
 										Click here for help.
 										Click here for help.

+ 1 - 1
src/routes/error/+page.svelte

@@ -30,7 +30,7 @@
 						<br class=" " />
 						<br class=" " />
 						<a
 						<a
 							class=" font-semibold underline"
 							class=" font-semibold underline"
-							href="https://github.com/ollama-webui/ollama-webui#how-to-install-"
+							href="https://github.com/open-webui/open-webui#how-to-install-"
 							target="_blank">See readme.md for instructions</a
 							target="_blank">See readme.md for instructions</a
 						>
 						>
 						or
 						or