chrisyy2003 / nonebot-plugin-gpt3

A nonebot plugin base on OpenAI API (gpt-3.5-turbo)
112 stars 16 forks source link

回复error #51

Open y770650151 opened 1 year ago

y770650151 commented 1 year ago

发送消息,机器人回复error,是哪里出错了。日志如下

06-27 15:22:48 [SUCCESS] nonebot | OneBot V11 3568483338 | [message.private.friend]: Message 971437277 from '.xxx' 06-27 15:22:48 [DEBUG] nonebot | Checking for matchers in priority 10... 06-27 15:22:48 [DEBUG] nonebot | Checking for matchers in priority 100... 06-27 15:22:48 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_gpt3) 06-27 15:22:48 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugingpt3) 06-27 15:22:48 [DEBUG] nonebot | Running handler Dependent(call=) 06-27 15:22:49 [DEBUG] nonebot | OneBot V11 | Calling API send_msg 06-27 15:22:49 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_gpt3) running complete 06-27 15:22:49 [DEBUG] nonebot | Stop event propagation 06-27 15:22:49 [DEBUG] nonebot | Checking for matchers completed

korin5 commented 8 months ago

我也遇到了这个问题