mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-28 06:40:50 +02:00
@@ -226,7 +226,7 @@ if OPENAI_API_BASE_URL == "":
|
||||
# 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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user