瀏覽代碼

Role plugin supports more bots.

master
6vision 3 月之前
父節點
當前提交
1673de73ba
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      plugins/role/role.py

+ 2
- 1
plugins/role/role.py 查看文件

@@ -99,7 +99,8 @@ class Role(Plugin):
if e_context["context"].type != ContextType.TEXT:
return
btype = Bridge().get_bot_type("chat")
if btype not in [const.OPEN_AI, const.CHATGPT, const.CHATGPTONAZURE, const.LINKAI]:
if btype not in [const.OPEN_AI, const.CHATGPT, const.CHATGPTONAZURE, const.QWEN_DASHSCOPE, const.XUNFEI, const.BAIDU, const.ZHIPU_AI, const.MOONSHOT, const.MiniMax]:
logger.warn(f'不支持的bot: {btype}')
return
bot = Bridge().get_bot("chat")
content = e_context["context"].content[:]


Loading…
取消
儲存