forked from open-webui/open-webui
		
	rename
This commit is contained in:
		
							parent
							
								
									61411b22e2
								
							
						
					
					
						commit
						00f9b2ffcf
					
				
					 7 changed files with 17 additions and 20 deletions
				
			
		
							
								
								
									
										19
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										19
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,12 +1,12 @@ | ||||||
| # Open WebUI (Formerly Ollama WebUI) 👋 | # Open WebUI (Formerly Ollama WebUI) 👋 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| [](https://discord.gg/5rJgQTnV4s) | [](https://discord.gg/5rJgQTnV4s) | ||||||
| [](https://github.com/sponsors/tjbck) | [](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. | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -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", | ||||||
|  |  | ||||||
|  | @ -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" | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | @ -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> | ||||||
|  |  | ||||||
|  | @ -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. | ||||||
|  |  | ||||||
|  | @ -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. | ||||||
|  |  | ||||||
|  | @ -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 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek