From e457c0295eac6c4c5026090a7ee9a0a8cefc73f5 Mon Sep 17 00:00:00 2001 From: jinye_huang Date: Fri, 16 May 2025 17:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=86=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=87=87=E6=A0=B7=E7=8E=87(0.3=20->=200.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/prompt_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/prompt_manager.py b/utils/prompt_manager.py index 7305246..8782bec 100644 --- a/utils/prompt_manager.py +++ b/utils/prompt_manager.py @@ -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()