forked from open-webui/open-webui
		
	fix: revert to node for container image
This commit is contained in:
		
							parent
							
								
									3fc40d06cc
								
							
						
					
					
						commit
						6c1c889ef7
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| import { dev } from '$app/environment'; | ||||
| 
 | ||||
| export const WEBUI_BASE_URL = ``; | ||||
| export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``; | ||||
| 
 | ||||
| export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`; | ||||
| export const OLLAMA_API_BASE_URL = `${WEBUI_BASE_URL}/ollama/api`; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek