zhayujie / bot-on-anything

Connect AI models (like ChatGPT-3.5/4.0, Baidu Yiyan, New Bing, Bard) to apps (like Wechat, public account, DingTalk, Telegram, QQ). 将 ChatGPT、必应、文心一言、谷歌Bard 等对话模型连接各类应用,如微信、公众号、QQ、Telegram、Gmail、Slack、Web、企业微信、飞书、钉钉等。
MIT License
3.91k stars 911 forks source link

遇到了RuntimeError的新问题 #409

Open gongxianhui0 opened 1 year ago

gongxianhui0 commented 1 year ago

[ERROR][2023-06-03 21:17:28][wechat_com_channel.py:76] - Traceback (most recent call last): File "/home/ubuntu/chatgpt/bot-on-anything/channel/wechat/wechat_com_channel.py", line 72, in _do_send reply_text = super().build_reply_content(query, context) File "/home/ubuntu/chatgpt/bot-on-anything/channel/channel.py", line 31, in build_reply_content return Bridge().fetch_reply_content(query, context) File "/home/ubuntu/chatgpt/bot-on-anything/bridge/bridge.py", line 18, in fetch_reply_content return model_factory.create_bot(type).reply(query, context) File "/home/ubuntu/chatgpt/bot-on-anything/model/model_factory.py", line 36, in create_bot raise RuntimeError RuntimeError 如有可能请帮我解答