github zhayujie/chatgpt-on-wechat 1.7.4

23 hours ago

🌟 更新内容

1. 新增 Gemini 2.0 模型

使用方式: 配置文件中将 model参数设为gemini-2.0-flash-exp,并填写 gemini_api_key 参数

PR: #2422
contributor: @printlndarling

2. 新增web channel

一个简单的网页对话通道,方便网页端调试,config.json 配置文件中修改:

"channel_type": "web",
"web_port": 9899,

版本低启动后浏览器访问http://localhost:9899/chat,服务器部署需把localhost改为服务器的ip

PR: #2398
contributor: @stonyz

3. 修复插件扫描命令可能导致的内存泄漏

解决使用#scanp命令扫描插件时,由于实例引用可能导致的内存泄露问题

PR: #2413
contributor: @ayasa520

4. 修复插件重载命令不生效的问题

优化插件配置写入内存的方式,解决部分插件使用#reloadp命令重载不生效的问题

PR: #2407
contributor: @ayasa520

5. 增加docker部署详细教程

详细教程参考:docker部署Cow

PR: #2423
contributor: @6vision

6. 修复使用LinkAI时本地role插件无效的问题

开启本地role插件时,不使用LinkAI平台的应用设定,解决角色设定不生效的问题

PR: #2405
contributor: @6vision

Don't miss a new chatgpt-on-wechat release

NewReleases is sending notifications on new releases.