forked from open-webui/open-webui
		
	main #3
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -288,7 +288,9 @@ DEFAULT_PROMPT_SUGGESTIONS = ( | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| DEFAULT_USER_ROLE = os.getenv("DEFAULT_USER_ROLE", "pending") | DEFAULT_USER_ROLE = os.getenv("DEFAULT_USER_ROLE", "pending") | ||||||
| USER_PERMISSIONS = {"chat": {"deletion": True}} | 
 | ||||||
|  | USER_PERMISSIONS_CHAT_DELETION = os.getenv('USER_PERMISSIONS_CHAT_DELETION', 'True') == 'True' | ||||||
|  | USER_PERMISSIONS = {"chat": {"deletion": USER_PERMISSIONS_CHAT_DELETION}} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| MODEL_FILTER_ENABLED = os.environ.get("MODEL_FILTER_ENABLED", False) | MODEL_FILTER_ENABLED = os.environ.get("MODEL_FILTER_ENABLED", False) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue