-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin: SuggarChat OpenAI协议聊天插件 #3221
Comments
📃 商店发布检查结果
✅ 所有测试通过,一切准备就绪! 详情
💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 ♻️ 评论已更新至最新检查结果 💪 Powered by NoneFlow |
请不要重复发布issue,直接勾选重新测试即可 |
插件依赖里,datetime 是标准库,请删除;nonebot2 缺少版本限制,需要 插件配置项不需要请删除。插件数据请使用 localstore 插件存储。插件内存在 print,请使用 nb 的 logger 输出日志。插件内存在乱写的 debug 文件,请删除或者使用 logger 输出 debug 日志。 插件在插件目录下写了文件,这是不允许的,数据请存放到 localstore 提供的目录。并且使用了反斜杠拼接目录,请修改。 |
我修改了部分,移除了不必要的依赖,增加了版本限制,移除了操作插件目录的业务代码。请问在工作目录(即bot项目根目录)写入文件是被允许的吗? |
插件数据请使用 localstore 插件存储,不允许在其他地方写入数据,还有很多 debug 文件请删除。你插件的配置项没有意义请删除。 你的插件里使用了 httpx 且依赖里没有,openai 不需要你提供 httpx 的 client。openai 的 completion 你不需要使用 stream。 |
PyPI 项目名
nonebot-plugin-suggarchat
插件 import 包名
nonebot_plugin_suggarchat
标签
[{"label":"ChatBot","color":"#ea5252"},{"label":"OpenAI","color":"#00ffe3"},{"label":"聊天","color":"#0067ff"}]
插件测试
The text was updated successfully, but these errors were encountered: