mirror of https://github.com/Mai-with-u/MaiBot.git
parent
a3b8a545af
commit
a7fedba79e
|
|
@ -299,7 +299,7 @@ class EmojiManager:
|
||||||
logger.info(f"其不满足过滤规则,被剔除 {check}")
|
logger.info(f"其不满足过滤规则,被剔除 {check}")
|
||||||
continue
|
continue
|
||||||
logger.info(f"check通过 {check}")
|
logger.info(f"check通过 {check}")
|
||||||
embedding = get_embedding(discription)
|
embedding = await get_embedding(discription)
|
||||||
if discription is not None:
|
if discription is not None:
|
||||||
# 准备数据库记录
|
# 准备数据库记录
|
||||||
emoji_record = {
|
emoji_record = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue