去掉大模型
This commit is contained in:
@@ -37,11 +37,6 @@ class Settings(BaseSettings):
|
||||
proxy_enabled: bool = False
|
||||
proxy_url: str = "socks5h://192.168.8.4:1081"
|
||||
proxy_for: str = "binance" # binance | wecom | all
|
||||
llm_base_url: str = "http://op.bz121.com"
|
||||
llm_api_key: str = ""
|
||||
llm_model: str = "gemma4:e4b"
|
||||
llm_symbol_interval_sec: int = 180
|
||||
llm_auto_on_startup: bool = True
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user