Skip to content

Releases: GaiZhenbiao/ChuanhuChatGPT

20230728

28 Jul 15:14
Compare
Choose a tag to compare

BREAKING

  • 默认隐藏了 API 用量显示,更多信息请参考:额度显示

Features

Bug fixes

Miscellaneous

  • 调整了config-example.json的写法 (@Keldos-Li)

Full Changelog: 2023071...2023072

20230719

19 Jul 14:17
Compare
Choose a tag to compare

Features

Bug fixes

  • 解决首条消息无法加载按钮和存储历史记录的问题 (@Keldos-Li)
  • 更新弹窗适配小屏 (@Keldos-Li)
  • 解决 container=False 时的错误填充 (@MZhao-ouo)

Miscellaneous

Full Changelog: 2023070...2023071

20230709

09 Jul 09:43
Compare
Choose a tag to compare

注意,本次更新需要您更新 gradio,请在更新后执行pip install -r requirements.txt

Features

Bug fixes

  • 修复即使在最新版仍提示存在更新的问题 (@Keldos-Li)
  • 解决内网访问点击复制按钮失效问题 (@Kilig947)

Developer

  • 升级到 gradio 3.36.1 (@Keldos-Li)
  • 适配gradio,将style参数写入到constructor (@Keldos-Li)

Full Changelog: 2023062...2023070

20230628

29 Jun 09:33
Compare
Choose a tag to compare

Features

  • 加入检查更新功能 (@Keldos-Li)
  • 将引用网站改为气泡形式 (@Keldos-Li)
  • 当存在tag时,显示版本改用tag名称而非commit hash (@Keldos-Li)
  • 删除对话记录的确认增加本地化 (@Keldos-Li)

Bug fixes

Miscellaneous

  • gradio中执行的js改为引用custom.js (@Keldos-Li)

Full Changelog: 2023061...2023062

20230619

20 Jun 04:15
Compare
Choose a tag to compare

Features

Bug fixes

Miscellaneous

Full Changelog: 2023061...2023061

20230614

15 Jun 03:55
Compare
Choose a tag to compare

我们第一时间新增了 GPT-3.5-16k 等新模型支持!

BREAKING

  • 🚀 新增 OpenAI 新模型支持! (@GaiZhenbiao)
      gpt-3.5-16k,
      gpt-3.5-turbo-0613,
      gpt-4-0613,
      gpt-4-32k-0613
  • 更新 gradio 3.33.1,重写了前后端 markdown 渲染逻辑 (@Keldos-Li, @GaiZhenbiao)
  • 移除原有 LaTeX 渲染相关配置选项,改为使用 gradio 新增的 KaTeX 渲染 (@Keldos-Li)

Features

Bug fixes

  • 修复部分文件可能索引构建失败的问题 (@GaiZhenbiao)
  • 修复 xlsx 文件建立索引时出错的问题 (@GaiZhenbiao)
  • 修复历史记录中文编码可能无法读取的问题 (@MZhao-ouo)
  • 修复代码可能超出代码块、对齐错误和颜色错误的问题 (@Keldos-Li)
  • 修复用户输入可能未能保留原始格式的问题 (@Keldos-Li)

Miscellaneous

  • 改进 config 写入环境变量的方式 (@GaiZhenbiao)
  • 改进生成 embedding 时的稳定性 (@GaiZhenbiao)
  • 适配 gradio 3.33.1 新的代码块样式 (@Keldos-Li)
  • 移除原有的复制代码块功能,改用 gradio 新增的复制按钮 (@Keldos-Li)
  • 禁用httpx的log输出 (@MZhao-ouo)
  • 将html内容从presets移除 (@Keldos-Li)
  • 移除多余的注释 (@GaiZhenbiao)
  • 更新相关依赖要求

Full Changelog: 2023060...2023061