From 3406b12bd5fa3f9f86478816be3e1a24b071fc4a Mon Sep 17 00:00:00 2001 From: zihanjian Date: Fri, 17 Oct 2025 14:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E7=A0=94=E7=A9=B6=20prompt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/ai_router.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/ai_router.py b/commands/ai_router.py index 4c72da5..a5659d0 100644 --- a/commands/ai_router.py +++ b/commands/ai_router.py @@ -74,10 +74,6 @@ class AIRouter: prompt += f"\n 示例: {', '.join(func.examples[:3])}" prompt += "\n" - prompt += """ - 对于 perplexity_search:只有当问题确实十分复杂、需要长时间联网深度研究时,才在 params 中加入 JSON 字段 "deep_research": true;否则保持默认以节省时间和费用。 - """ - prompt += """ 请你分析用户输入,严格按照以下格式返回JSON: