fix:减少end几率

This commit is contained in:
SengokuCola
2025-10-04 21:15:58 +08:00
parent 5e1479bc85
commit df5688e912
2 changed files with 4 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ class QuestionTracker:
输出规则:
- 如果聊天记录内容的信息已解答问题请只输出YES: <简短答案>
- 如果聊天记录内容与问题无关话题已转向其他方向请只输出END
- 如果最新20条聊天记录内容与问题无关话题已转向其他方向请只输出END
- 如果问题尚未解答但聊天仍在相关话题上请只输出NO
**问题**