fix:修改版本和小问题

This commit is contained in:
SengokuCola
2025-05-09 21:00:52 +08:00
parent af2596d431
commit 35b8d8ad0c
6 changed files with 130 additions and 269 deletions

View File

@@ -26,7 +26,7 @@ logger = get_logger("chat")
class NormalChat:
def __init__(self, chat_stream: ChatStream, interest_dict: dict):
def __init__(self, chat_stream: ChatStream, interest_dict: dict = None):
"""初始化 NormalChat 实例。只进行同步操作。"""
# Basic info from chat_stream (sync)