fix: 修改embedding

This commit is contained in:
tcmofashi
2025-03-07 03:40:14 +08:00
parent a3b8a545af
commit 0ced4939ec
4 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ class BotConfig:
EMOJI_REGISTER_INTERVAL: int = 10 # 表情包注册间隔(分钟)
EMOJI_SAVE: bool = True # 偷表情包
EMOJI_CHECK: bool = False #是否开启过滤
EMOJI_CHECK_PROMPT: str = "不要包含违反公序良俗的内容" # 表情包过滤要求
EMOJI_CHECK_PROMPT: str = "符合公序良俗" # 表情包过滤要求
ban_words = set()