diff --git a/README.md b/README.md index 90868f5f..c5eb7f6e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > 当AI与人类高度相似,区别人和AI是否还有意义? +### 🎉现已支持接入ChatGPT网页版,详情请完成部署并查看底部**插件**小节或[此仓库](https://github.com/RockChinQ/revLibs) + - 到[项目Wiki](https://github.com/RockChinQ/QChatGPT/wiki)可了解项目详细信息 - 由bilibili TheLazy制作的[视频教程](https://www.bilibili.com/video/BV15v4y1X7aP) - 测试号: 2196084348 @@ -126,6 +128,7 @@ python3 main.py 欢迎提交新的插件 +- [revLibs](https://github.com/RockChinQ/revLibs) - 将ChatGPT网页版接入此项目,关于[官方接口和网页版有什么区别](https://github.com/RockChinQ/QChatGPT/wiki/%E5%AE%98%E6%96%B9%E6%8E%A5%E5%8F%A3%E4%B8%8EChatGPT%E7%BD%91%E9%A1%B5%E7%89%88) - [hello_plugin](https://github.com/RockChinQ/hello_plugin) - `hello_plugin` 的储存库形式,插件开发模板 - [dominoar/QchatPlugins](https://github.com/dominoar/QchatPlugins) - dominoar编写的诸多新功能插件(语言输出、Ranimg、屏蔽词规则等) - [dominoar/QCP-NovelAi](https://github.com/dominoar/QCP-NovelAi) - NovelAI 故事叙述与绘画 diff --git a/requirements.txt b/requirements.txt index 278e518b..43738b73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pip~=22.3.1 dulwich~=0.20.50 colorlog~=6.6.0 yiri-mirai~=0.2.7 -websockets~=9.1 +websockets~=10.4 urllib3~=1.26.10 func_timeout~=4.3.5 \ No newline at end of file