Skip to content

Releases: GaiZhenbiao/ChuanhuChatGPT

20240410

10 Apr 05:47
Compare
Choose a tag to compare

Breaking

  • 川虎助理调整为自动使用可使用的第三方插件,并支持上下文对话 (@GaiZhenbiao)
  • 适配到 gradio 4.26,重构部分代码 (@GaiZhenbiao, @Keldos-Li)

Features

Bug Fixes

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

20240310

10 Mar 09:12
Compare
Choose a tag to compare

本次更新包含安全性更新,建议所有用户升级。
This update contains security updates. It is recommended that all users upgrade.

Features

Bug Fixes

  • 修复隐私数据问题 (@GaiZhenbiao)
  • 修复 GPT4 Vision 模型相关问题 (@GaiZhenbiao)
  • 修复切换模型后回复可能为空的问题 (@chenditc)
  • 修复 Claude 3 模型下開始新的聊天 System prompt 被清空的问题 (@GaiZhenbiao)
  • 修复multimodal warning (@GaiZhenbiao)
  • 修复重启时不刷新页面的问题 (@Keldos-Li)

Miscellaneous

Full Changelog: 2024030...2024031

Important

如果您手动更新,请在更新完成后执行以下命令更新依赖。
Please execute the following commands after manually updating.

pip install -r requirements.txt --upgrade

20240305

05 Mar 05:20
Compare
Choose a tag to compare

Features

Bug Fixes

  • 修复首次启动时无config导致的问题 (@GaiZhenbiao)
  • 自定义OPENAI_API_BASE构建索引失败的问题 (@GaiZhenbiao)

Miscellaneous

Full Changelog: 2024012...2024030

Important

如果您手动更新,请在更新完成后执行以下命令更新依赖。
Please execute the following commands after manually updating.

pip install -r requirements.txt

20240121

21 Jan 08:56
Compare
Choose a tag to compare

Features

  • Qwen支持加载本地/自定义模型 (@GaiZhenbiao)
  • 增加对OpenAiVison的图片token计算 (@tusik)
  • 搜索功能可以使用config中的代理 (@GaiZhenbiao)
  • 新增点击重启服务器功能 (@Keldos-Li)
  • 允许设置启动时是否自动打开浏览器 (@slideslide)

Bug Fixes

Miscellaneous

Full Changelog: 2023122...2024012

20231223

23 Dec 15:29
Compare
Choose a tag to compare

Features

  • 🚀 支持在输入框中粘贴或将文件拖入对话窗口以上传文件! (@Keldos-Li)
  • 新增了默认模型设置提示 (@GaiZhenbiao)
  • 点击“知识库文件”显示知识库管理组件 (@Keldos-Li)

Bug Fixes

  • 修复了DALLE3模型不通过自定义API Host请求的问题 (@slideslide)
  • 修复了Vision模型回复中断的问题 (@GaiZhenbiao)
  • 修复了修改对话名称的时候会报错的问题 (@GaiZhenbiao)

Miscellaneous

Full Changelog: 2023121...2023122

20231215

15 Dec 14:09
Compare
Choose a tag to compare

BREAKING

  • 💥 API Key 的显示位置重新调整到了右侧栏,加入了隐藏 API Key 的选项 (@GaiZhenbiao)
  • 🚀 初次启动时添加设置向导! (@GaiZhenbiao)

Features

  • 🚀 新增 文心一言 三个主要模型支持! (@XudongLiu)
  • 🚀 新增 DALLE3 支持! (@GaiZhenbiao)
  • 支持ChatGLM3 (@GaiZhenbiao)
  • 加入available_models配置项,允许自定义可用模型列表 (@GaiZhenbiao)
  • OpenAI模型现在会检查API Key是否为空 (@GaiZhenbiao)
  • 优化知识库问答功能 (@GaiZhenbiao)
  • 加快川虎Chat的启动速度 (@GaiZhenbiao)
  • 支持保存加载更多对话参数 (@GaiZhenbiao)
  • 前端页面同步历史记录保存的slider和checkbox (@Keldos-Li)
  • 原始消息改用等宽字体 (@Keldos-Li)
  • 调整新的原始文本输出在川虎助理中的显示 (@Keldos-Li)
  • 调整指示条样式,调整toolbox样式 (@Keldos-Li)

Bug Fixes

  • 解决在线搜索无法使用的问题 (@GaiZhenbiao)
  • 修复新用户对话错误的问题 (@cpatrickalves)
  • 修复总是提示更新的问题等 (@Keldos-Li)
  • 修复原始消息中LaTeX被误渲染的问题 (@Keldos-Li)
  • 修复重命名/删除历史记录时遗留多余的md文件的问题 (@GaiZhenbiao)
  • 修复相关依赖的API变动导致的错误 (@GaiZhenbiao)
  • 修复修复损坏的历史记录的时候出错的问题 (@GaiZhenbiao)
  • 修复使用finetune的GPT模型时出错的问题 (@GaiZhenbiao)
  • 限制文件上传的类型 (@GaiZhenbiao)
  • 修复app-title可能脱落到页面下方的问题 (@Keldos-Li)
  • 修复status-display跳动的问题 (@Keldos-Li)
  • 修复禁用更新后仍存在幽灵按钮的问题 (@Keldos-Li)

Miscellaneous

Full Changelog: 2023111...2023121

Other contributors: @ZhengQinyu, @slideslide.

Important

如果您手动更新,请在更新完成后执行以下命令更新依赖。
Please execute the following commands after manually updating.

pip install -r requirements.txt

20231110

10 Nov 15:25
Compare
Choose a tag to compare

Features

Miscellaneous

  • 调整了模型下拉框内的模型文字 (@GaiZhenbiao)
  • 微调了消息中图片的圆角和边距

Full Changelog: 2023102...2023111

20231020

20 Oct 15:41
Compare
Choose a tag to compare

Features

  • 🚀 新增通义千问模型支持! (@GaiZhenbiao)
  • 🚀 新增 Anthropic 的 Claude 模型的支持! (@XudongLiu)
  • 加入gpt-3.5-turbo-instruct模型支持 (@GaiZhenbiao)
  • 切换不同索引类型时自动重建索引 (@GaiZhenbiao)

Bug fixes

  • 解决隐藏历史记录时可能出现的问题 (@GaiZhenbiao)
  • 解决某些第三方API服务提供商使用和OpenAI不同的返回格式导致的问题 (@GaiZhenbiao)
  • 解决损坏的历史记录可能超过token限制的问题 (@GaiZhenbiao)
  • 解决Windows下报错'TZ' 不是内部或外部命令的问题 (@GaiZhenbiao)

Miscellaneous

Full Changelog: 2023100...2023102

20231006

06 Oct 13:48
Compare
Choose a tag to compare

Features

Miscellaneous

  • 移除不可用的模型 (@GaiZhenbiao)
  • 新增自动提取i18n文件 (@MZhao-ouo)
  • 新增对未翻译字符串自动翻译的功能 (@MZhao-ouo)
  • 移除单个emoji的翻译字符串 (@MZhao-ouo)
  • 调整部分翻译字符串

Full Changelog: 2023092...2023100

20230926

26 Sep 15:53
783d4f9
Compare
Choose a tag to compare

Features

Bug fixes

Miscellaneous

Full Changelog: 2023091...2023092