20240410
Breaking
- 川虎助理调整为自动使用可使用的第三方插件,并支持上下文对话 (@GaiZhenbiao)
- 适配到 gradio 4.26,重构部分代码 (@GaiZhenbiao, @Keldos-Li)
Features
- 新增 CLaude3 Haiku 模型支持 (@GaiZhenbiao)
- logging中输出每秒token (@GaiZhenbiao)
Bug Fixes
- 修复 Claude3 模型返回问题 (@GaiZhenbiao)
- 修复特殊字符在自动对话命名时产生的错误 (@Yefori-Go, @zollty)
- 修复在线搜索的问题 (@GaiZhenbiao)
- 修复文件上传的问题 (@GaiZhenbiao, @Keldos-Li)
Miscellaneous
- 移除了等待输出时的特大等待气泡 (@keldos)
- 美化使用工具时的输出 (@GaiZhenbiao)
- Docker 指定 Python3.10 版本
Full Changelog: 2024031...2024041
Important
如果您手动更新,请在更新完成后执行以下命令更新依赖。
Please execute the following commands after manually updating.
pip install -r requirements.txt --upgrade