fix: config报错

pull/42/head
tcmofashi 2025-03-04 09:20:20 +08:00
parent bfca391a69
commit 16cbaeefdb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class BotConfig:
EMOJI_CHECK_INTERVAL: int = 120 # 表情包检查间隔(分钟)
EMOJI_REGISTER_INTERVAL: int = 10 # 表情包注册间隔(分钟)
ban_words: list[str] = [] #违禁词
ban_words = set()
# 模型配置
llm_reasoning: Dict[str, str] = field(default_factory=lambda: {})