zhayujie / chatgpt-on-wechat

基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
https://docs.link-ai.tech/cow
MIT License
30.3k stars 7.97k forks source link

[Summary] init failed, not supported bot type #1288

Open van2m opened 1 year ago

van2m commented 1 year ago

前置确认

⚠️ 搜索issues中是否已存在类似问题

操作系统类型?

Linux

运行的python版本是?

python 3.8

使用的chatgpt-on-wechat版本是?

Latest Release

运行的channel类型是?

wx(个人微信, itchat)

复现步骤 🕹

[ERROR][2023-07-03 15:35:37][plugin_manager.py:126] - Failed to init SUMMARY, diabled. [Summary] init failed, not supported bot type Traceback (most recent call last): File "/home/dazao/chatgpt-on-wechat/plugins/plugin_manager.py", line 124, in activate_plugins instance = plugincls() File "/home/dazao/chatgpt-on-wechat/plugins/plugin_summary/main.py", line 82, in init raise Exception("[Summary] init failed, not supported bot type") Exception: [Summary] init failed, not supported bot type

问题描述 😯

不懂为何突然出现SUMMARY插件无法装载,而且在运行的时候,发现插件都不能正常工作,比如让他总结一个网页,或WGET一个网页,都是直接就由chatgpt返回结果

终端日志 📒

[ERROR][2023-07-03 15:35:37][plugin_manager.py:126] - Failed to init SUMMARY, diabled. [Summary] init failed, not supported bot type
Traceback (most recent call last):
  File "/home/dazao/chatgpt-on-wechat/plugins/plugin_manager.py", line 124, in activate_plugins
    instance = plugincls()
  File "/home/dazao/chatgpt-on-wechat/plugins/plugin_summary/main.py", line 82, in __init__
    raise Exception("[Summary] init failed, not supported bot type")
Exception: [Summary] init failed, not supported bot type
6vision commented 1 year ago

你应该使用了linkai的api吧,目前tool和summary插件还没适配,等更新!