使用nb-cli 安装 在nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装 nb plugin install nonebot-plugin-chatgpt 使用包管理器安装 在nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令 nonebot.load_plugin('nonebot_plugin_chatgpt') ...
自用的使用浏览器ChatGPT接入Nonebot2,兼容 onebot v11 与 qq 适配器 使用条件 需要纯净ip用来过cf,另外根据使用账号数量需要相应多的内存 💿 安装 使用nb-cli 安装 在nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装 nb plugin install nonebot-plugin-gpt 使用包管理器安装 在nonebot2 项目的插件...
nonebot_plugin_multi_chatgpt init Dec 20, 2022 README.md init Dec 20, 2022 __init__.py update Dec 24, 2022 pyproject.toml update Dec 24, 2022 Repository files navigation README 多账户ChatGPT 项目源于ChatGPT公测一周的时间内,群中500+人数导致的请求频率问题,从而需要多个Bot分担请求压力。 此...
File "C:\Users\Administrator\Desktop\NBBOOT\FistBot.venv\Lib\site-packages\nonebot_plugin_chatgpt_init.py", line 60, in ai_chat await chat_bot.playwright_start()File "C:\Users\Administrator\Desktop\NBBOOT\FistBot.venv\Lib\site-packages\nonebot_plugin_chatgpt\chatgpt.py", line 54, in pla...
解决方法: chatgpt.py >> line 155 改为以下内容(或者可以自行查看网页源代码) botton=page.locator('button[class="absolute p-1 rounded-md text-gray-500 bottom-1.5 md:bottom-2.5 hover:bg-gray-100 enabled:dark:hover:text-gray-400 dark:hover:bg-gray-900 disabled:hover:bg-transparent dark:disabl...
File "/home/home/venv/lib/python3.10/site-packages/nonebot_plugin_chatgpt/init.py", line 66, in ai_chat msg = await chat_bot(**session[event]).get_chat_response(text) File "/home/home/venv/lib/python3.10/site-packages/nonebot_plugin_chatgpt/chatgpt.py", line 123, in get_chat_respo...
# from .nonebot_plugin_multi_chatgpt import * 1 change: 1 addition & 0 deletions 1 pyproject.toml Original file line numberDiff line numberDiff line change @@ -11,6 +11,7 @@ python = "^3.8" nonebot2 = "^2.0.0rc2" nonebot-adapter-onebot = "^2.1.5" nonebot-plugin-apsch...
A-kirami / nonebot-plugin-chatgpt Public generated from A-kirami/nonebot-plugin-template Notifications Fork 39 Star 321 Code Issues 50 Pull requests Actions Security Insights New issue ✏️ 默认值错误 #140 Merged A-kirami merged 1 commit into A-kirami:master from CAESIUS-...
报告清单 我已仔细阅读并了解上述注意事项。 我已使用最新版本测试过,确认问题依旧存在。 我确定在 GitHub Issues 中没有相同或相似的问题。 我有足够的时间和能力,愿意为此提交 PR 来修复问题。 影响版本 3fc4a14 问题描述 将CHATGPT_API设置为https://bypass.duti.tech/
自用的使用浏览器ChatGPT接入Nonebot2,兼容 onebot v11 与 qq 适配器 使用条件 需要纯净ip用来过cf,另外根据使用账号数量需要相应多的内存 💿 安装 使用nb-cli 安装 nb plugin install nonebot-plugin-gpt 使用包管理器安装 pip pip install nonebot-plugin-gpt ...