调整了默认采样率(0.3 -> 0.1)

This commit is contained in:
jinye_huang 2025-05-16 17:29:05 +08:00
parent 9a27c4c234
commit e457c0295e

View File

@ -44,7 +44,7 @@ class PromptManager:
self._user_prompt_cache = {} # 新增:用户提示词缓存
self._dateline_cache = None # 新增:日期线缓存
self._sample_rate = 0.4 # 提高随机抽样率
self._sample_rate = 0.1 # 提高随机抽样率
# 初始化时预加载配置的文件
self._preload_prompt_files()