forked from open-webui/open-webui
		
	fix: rename
This commit is contained in:
		
							parent
							
								
									7474a8d4d3
								
							
						
					
					
						commit
						dc4ffe4eae
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
|  | ||||
|  | ||||
|  | ||||
| [](https://discord.gg/5rJgQTnV4s) | ||||
| [](https://discord.gg/5rJgQTnV4s) | ||||
| [](https://github.com/sponsors/tjbck) | ||||
| 
 | ||||
| ChatGPT-Style Web Interface for Ollama 🦙 | ||||
|  |  | |||
|  | @ -40,7 +40,7 @@ | |||
| 			<a href="https://discord.gg/5rJgQTnV4s" target="_blank"> | ||||
| 				<img | ||||
| 					alt="Discord" | ||||
| 					src="https://img.shields.io/badge/Discord-Ollama_Web_UI-blue?logo=discord&logoColor=white" | ||||
| 					src="https://img.shields.io/badge/Discord-Open_WebUI-blue?logo=discord&logoColor=white" | ||||
| 				/> | ||||
| 			</a> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| import { dev } from '$app/environment'; | ||||
| 
 | ||||
| export const WEBUI_NAME = 'Open Web UI'; | ||||
| export const WEBUI_NAME = 'Open WebUI'; | ||||
| export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``; | ||||
| 
 | ||||
| export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek