使用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分担请求压力。 此...
chatgpt 真寻机器人的chatgpt插件 chatgpt问答(支持上下文) 需要登陆 https://platform.openai.com/account/api-keys 获取api-key api-key和代理均在config.yaml中进行配置 本仓库修改自https://github.com/CRAZYShimakaze/zhenxun_extensive_plugin 内的chatgpt插件 主要增加了错误处理和内置人设 修改地址为国内镜像...
02-20 21:04:55 [ERROR] nonebot_plugin_chatgpt | playwright未安装,请先在shell中运行playwright install Traceback (most recent call last): File "C:\Users\Administrator\Desktop\NBBOOT\FistBot\bot.py", line 17, in nonebot.run() File "C:\Users\Administrator\Desktop\NBBOOT\FistBot.venv\Lib...
解决方法: 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...
Nonebot AI Agents 插件,仅使用基本原理实现联网能力、页面提取能力。只需更改几个字段即可接入模型(ChatGPT、ChatGLM、通义千问、百川、Llama3 等模型) - yejue/nonebot-plugin-with-ai-agents
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-...