mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
Merge branch 'refs/heads/main' into custom-openid-claims
# Conflicts: # backend/main.py
This commit is contained in:
@@ -686,6 +686,13 @@ ENABLE_SIGNUP = PersistentConfig(
|
||||
else os.environ.get("ENABLE_SIGNUP", "True").lower() == "true"
|
||||
),
|
||||
)
|
||||
|
||||
DEFAULT_LOCALE = PersistentConfig(
|
||||
"DEFAULT_LOCALE",
|
||||
"ui.default_locale",
|
||||
os.environ.get("DEFAULT_LOCALE", ""),
|
||||
)
|
||||
|
||||
DEFAULT_MODELS = PersistentConfig(
|
||||
"DEFAULT_MODELS", "ui.default_models", os.environ.get("DEFAULT_MODELS", None)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user