forked from open-webui/open-webui
		
	
						commit
						9caf6c26ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -226,7 +226,7 @@ if OPENAI_API_BASE_URL == "": | ||||||
| # WEBUI | # WEBUI | ||||||
| #################################### | #################################### | ||||||
| 
 | 
 | ||||||
| ENABLE_SIGNUP = os.environ.get("ENABLE_SIGNUP", True) | ENABLE_SIGNUP = os.environ.get("ENABLE_SIGNUP", "True").lower() == "true" | ||||||
| DEFAULT_MODELS = os.environ.get("DEFAULT_MODELS", None) | DEFAULT_MODELS = os.environ.get("DEFAULT_MODELS", None) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek