mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
feat:用户初始化总额度,放到配置里
This commit is contained in:
@@ -47,6 +47,11 @@ class ExtendInfo(BaseSettings):
|
||||
default="7.26",
|
||||
)
|
||||
|
||||
ACCOUNT_TOTAL_QUOTA: Optional[decimal.Decimal] = Field(
|
||||
description="用户额度初始总额度",
|
||||
default="15",
|
||||
)
|
||||
|
||||
DEFAULT_LANGUAGE: Optional[str] = Field(
|
||||
description="默认语言",
|
||||
default="zh-Hans",
|
||||
|
||||
Reference in New Issue
Block a user