mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-08 01:06:37 +08:00
移除重复配置
This commit is contained in:
@@ -114,8 +114,6 @@ class Settings(BaseSettings):
|
|||||||
AUTO_DELETE_REQUEST_LOGS_DAYS: int = 30
|
AUTO_DELETE_REQUEST_LOGS_DAYS: int = 30
|
||||||
SAFETY_SETTINGS: List[Dict[str, str]] = DEFAULT_SAFETY_SETTINGS
|
SAFETY_SETTINGS: List[Dict[str, str]] = DEFAULT_SAFETY_SETTINGS
|
||||||
|
|
||||||
#是否开启新手模式
|
|
||||||
URL_NORMALIZATION_ENABLED: bool = False
|
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user