Haibersut
released this
06 Aug 12:59
·
25 commits
to browser-version
since this release
Linux 用户:你可以使用下面这个命令实现一键部署。
GO-CQHTTP 版(与 Mirai 二选一):
bash -c "$(wget -O- https://gist.githubusercontent.com/lss233/2fdd75be3f0724739368d0dcd9d1367d/raw/62a790da4a391af096074b3355c2c2b7ecab3c28/chatgpt-mirai-installer-gocqhttp.sh)"
Mirai 版(不稳定,不推荐):
bash -c "$(wget -O- https://gist.githubusercontent.com/lss233/54f0f794f2157665768b1bdcbed837fd/raw/a45c52898b289f58ecf156c51bf9f4b530103f8c/chatgpt-mirai-installer-154-16RC3.sh)"
Windows 用户:你可以下载下方的 Windows 部署包来实现快速部署,我们建议使用 quickstart-windows-go-cqhttp-amd64.zip
。
请注意
此次的windows部署包有较大的改动,使用了一个安装器,它会下载miniconda并使用,建议可以将先前的python环境卸载,如果你不熟悉python环境的配置的话,可以不卸载。
安装器遇到什么问题可以在此处提issue
What's Changed
- chore(deps): update aiocqhttp requirement from ~=1.4.3 to ~=1.4.4 by @dependabot in #947
- chore(deps): update pydantic requirement from ~=1.10.7 to ~=1.10.9 by @dependabot in #945
- chore(deps): update regex requirement from ~=2023.3.23 to ~=2023.6.3 by @dependabot in #946
- 修复讯飞星火模型长时间不使用后需要打开网页才可使用的问题 by @canxin121 in #952
- Add support for new GPT 3.5 and 4 models released by OpenAI today [6/13] by @0x7c13 in #957
- chore(deps): upgrade revChatGPT version to support new OpenAI models by @0x7c13 in #967
- chore(deps): bump revchatgpt from 6.3.2 to 6.3.3 by @dependabot in #974
- chore(deps): update tinydb requirement from ~=4.7.1 to ~=4.8.0 by @dependabot in #973
- chore(deps): update openai requirement from ~=0.27.7 to ~=0.27.8 by @dependabot in #972
- Fixes baiducloud bug and partial code formatting (Sourcery refactored) by @sourcery-ai in #984
- fix: 更新 Bard 脚本以正确获取数据 by @Huoyuuu in #1020
- FIX: poe error by @Elijah-0616 in #1019
- 重构流式API请求,加入会话压缩功能 by @Haibersut in #1033
- 修复程序开启http模式关不掉的问题 by @Haibersut in #1040
- 修复重构API错误 by @Haibersut in #1042
- 更新edgeGPT by @jerryliang122 in #1041
- Revert "更新edgeGPT" by @Haibersut in #1044
- 不再强制检查API,新增非流API请求 (Sourcery refactored) by @sourcery-ai in #1048
- 优化部分代码 by @Haibersut in #1058
- edgeGPT更新 by @jerryliang122 in #1051
- chore(deps): update pydantic requirement from ~=1.10.9 to ~=2.0.2 by @dependabot in #1036
- chore(deps): update urllib3 requirement from ~=1.26.15 to ~=2.0.3 by @dependabot in #948
- 修改API响应格式 (Sourcery refactored) by @sourcery-ai in #1066
- chore(deps): bump revchatgpt from 6.3.3 to 6.8.1 by @dependabot in #1038
- chore(deps): update poe-api requirement from ~=0.4.8 to ~=0.4.10 by @dependabot in #1061
- 增加流式异常请求提示 by @Haibersut in #1077
- chore(deps): update poe-api requirement from ~=0.4.10 to ~=0.4.11 by @dependabot in #1076
- Update bot.py by @Maolaohei in #1079
- fix: old poe-api cause AttributeError #1081 by @qrzbing in #1097
- fix: remove binutils will also remove gcc by @qrzbing in #1100
- 修复部分情况下上游返回正常的空消息导致程序错误 by @Haibersut in #1101
- 删除Poe已弃用的模型并添加几个新的Poe模型 by @EvolvedGhost in #1110
- chore(deps): update httpcore requirement from ~=0.17.2 to ~=0.17.3 by @dependabot in #1063
- chore(deps): update tinydb requirement from ~=4.7.1 to ~=4.8.0 by @dependabot in #1060
- chore(deps): bump python-telegram-bot from 20.3 to 20.4 by @dependabot in #1083
- chore(deps): update urllib3 requirement from ~=2.0.3 to ~=2.0.4 by @dependabot in #1084
- chore(deps): update aiohttp requirement from ~=3.8.4 to ~=3.8.5 by @dependabot in #1085
New Contributors
- @canxin121 made their first contribution in #952
- @0x7c13 made their first contribution in #957
- @Huoyuuu made their first contribution in #1020
- @jerryliang122 made their first contribution in #1041
- @Maolaohei made their first contribution in #1079
- @qrzbing made their first contribution in #1097
Full Changelog: v2.5.2...v2.5.3
升级方法
- Windows 快速部署包用户:下载并执行chatgpt-installer.exe,将旧版的
mirai
文件夹和chatgpt/config.cfg
文件覆盖新版中对应的文件即可 - Linux 一键脚本部署用户:自动升级,无需操作
- docker 部署用户: 执行
docker pull lss233/chatgpt-mirai-qq-bot:browser-version
拉取最新镜像,重新创建容器 - docker-compose 部署用户: 执行
docker-compose pull && docker-compose up -d
更新最新镜像