This commit is contained in:
aaron 2026-02-10 16:37:38 +08:00
parent 22e19a4f1e
commit 01c9d13ce3

View File

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