Skip to content

20240628

Latest
Compare
Choose a tag to compare
@Keldos-Li Keldos-Li released this 28 Jun 15:27

Breaking

Features

Bug Fixes

  • 修复新建 system prompt 为空的问题 (@GaiZhenbiao)
  • 修复使用GPT系列模型时可能出现invalid_request_error的问题 (@GaiZhenbiao)
  • 修复配置hide_history_when_not_logged_in为true后的界面报错 (@GaiZhenbiao)
  • 修复 PDF 解析时可能出现的一个错误 (@kavons)
  • 增加缺失的依赖 (@GaiZhenbiao)
  • 版本更新过程中的其他修复和调整 (@vc12345679, @ThorinKong)

Miscellaneous

  • 在线 RAG 改用 text-embedding-3-large 模型 (@GaiZhenbiao)
  • 调整了对话生成时相关按钮的出现时间 (@Keldos-Li)
  • 前端高度相关代码改用dvh,可能存在浏览器兼容性问题 (@Keldos-Li)
  • 禁用模型选框键入筛选
  • config_example.json 中 PaLM 更改为 Gemini (@Morpheusr)

Full Changelog: 2024041...2024062

Important

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

pip install -r requirements.txt --upgrade