mirror of
				https://github.com/open-webui/pipelines
				synced 2025-06-26 18:15:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| set PORT=9099
 | |
| set HOST=0.0.0.0
 | |
| 
 | |
| uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*' |