RockChinQ / revLibs

ChatGPT、Claude QQ 机器人,以插件形式为 QChatGPT 项目接入ChatGPT、Claude、Bard、gpt4free等接口的逆向工程库
208 stars 17 forks source link

前文记不住相关问题【已解决】ERROR: Could not find a version that satisfies the requirement revChatGPT-2.3.2 #8

Closed qq255204159 closed 1 year ago

qq255204159 commented 1 year ago
  1. 安装本插件后,测试发现GPT3.5仅开启会话时第一句话被始终记住,其他对话全部没有记忆,如图1 Screenshot_20230219_143210


  2. 使用!plugin update 更新后,问题依然存在,我就查看远程服务器,发现是依赖安装报错,如ERROR: Could not find a version that satisfies the requirement revChatGPT-2.3.2 (0.0xxx版本----版本库最大2.30版本)

  3. 去python的万能库找了两个新版本相对依赖的包, https://pypi.org/simple/openaiauth/https://pypi.org/simple/revchatgpt/ , window是下载xxxx.any.whl 版本,pip install xxx.any.whl 进行安装 ,如果之前装过revchatgpt 更低版本需要先 pip uninstall revChatGPT 先卸载。


  4. 重启bot完成,如图2,至少目前看起来有了记忆能力 Screenshot_20230219_142746