feat:可以选择激活值计算模式,默认快速

This commit is contained in:
SengokuCola
2025-08-22 17:29:50 +08:00
parent e073ebcbbe
commit 1ddfa47e68
3 changed files with 7 additions and 2 deletions

View File

@@ -70,6 +70,9 @@ class ChatConfig(ConfigBase):
max_context_size: int = 18
"""上下文长度"""
interest_rate_mode: Literal["fast", "accurate"] = "fast"
"""兴趣值计算模式fast为快速计算accurate为精确计算"""
mentioned_bot_inevitable_reply: bool = False
"""提及 bot 必然回复"""