This commit is contained in:
aaron 2026-02-10 00:21:02 +08:00
parent 271938b823
commit f60f9c71eb

View File

@ -105,7 +105,7 @@ class Settings(BaseSettings):
# 加密货币交易智能体配置
crypto_symbols: str = "BTCUSDT,ETHUSDT" # 监控的交易对,逗号分隔
crypto_analysis_interval: int = 60 # 分析间隔(秒)
crypto_llm_threshold: float = 0.7 # 触发 LLM 分析的置信度阈值
crypto_llm_threshold: float = 0.65 # 触发 LLM 分析的置信度阈值
# Brave Search API 配置
brave_api_key: str = ""