Skip to content

Releases: sunner/ChatALL

Release v1.16.7

14 May 22:03
Compare
Choose a tag to compare

Release notes

  1. Add border on highlighted message box
  2. Prevent blocking of message card's shadow by @jerray
  3. Switching languages takes effect immediately by @jerray
  4. Track anonymous uuid and app version in Matomo
  5. Several bug fixes and experience improvements.

发行说明

  1. 给高亮的消息框加了个边儿
  2. @jerray 贡献的:让消息框的阴影正常显示
  3. @jerray 贡献的:切换语言立即生效
  4. 在 Matomo 跟踪匿名的 uuid 和 app 版本
  5. 一些 bug 修复和体验提升

Full Changelog: v1.16.6...v1.16.7

Release v1.16.6

12 May 11:10
Compare
Choose a tag to compare

Release notes

  1. Add Gradio app support with customizable URL and fn_index . Try it on model deployed by yourself
  2. Add auto updater. No tested. Wish it works
  3. Set 2 as the default number of columns
  4. Several bug fixes and experience improvements

发行说明

  1. 新增 Gradio app 支持。可以自定义 URL 和 fn_index。使用你自己部署的模型试试吧
  2. 添加自动更新客户端。但是还没测过,希望好用
  3. 默认展示 2 列视图
  4. 一些 bug 修复和体验提升

Release v1.15.5

11 May 12:58
Compare
Choose a tag to compare

Notice: MOSS stops working because its SSL certification is expired. Wish they will fix it soon.
通知:MOSS 现在不能用是因为它的 SSL 证书过期了。期望他们能尽快修复这个问题。

Release notes

  1. Bing Chat's links work now!
  2. Fix LMSYS. Stopped working because LMSYS updated their site.
  3. Several other bug fixes and experience improvements.

发行说明

  1. Bing Chat 的链接现在支持了!
  2. 修复 LMSYS。之前不工作,是因为他们的网站更新了。
  3. 一些 bug 修复和体验提升。

Release v1.15.4

10 May 11:11
Compare
Choose a tag to compare

Release note

  1. Properly render HTML responses from LMSYS
  2. Put Alpaca, Vicuna, Claude and ChatGLM requests in queue to lower load on LMSYS
  3. Many bug fixes and experience improvements

发行说明

  1. 正确渲染 LMSYS 输出的 HTML 回答
  2. 让 Alpaca、Vicuna、Claude 和 ChatGLM 排队,以降低对 LMSYS 的负荷。毕竟,那不是个商业组织
  3. 多个 bug 修复和体验提升

Release v1.15.3

10 May 01:45
Compare
Choose a tag to compare

From now on, the second number of version will tell how many AI bots are supported. Therefore, 15 bots have been integrated in this version. (So much or too much?)
从现在起,版本号的第二个数字代表已经支持多少个 AI 对话机器人。所以,本版本已经集成了 15 个。(很多,还是太多了?)

Release notes

  1. Add Claude, Alpaca, Vicuna and ChatGLM
  2. Add temperature and proxy setting to OpenAI API #9
  3. Improve experience on bot logos a little bit.
  4. Several minor bug fixes and user experience improvements

发行说明

  1. 新增 Claude、Alpaca、Vicuna 和 ChatGLM
  2. 为 OpenAI API 增加 temperature 和代理地址设置 #9
  3. 已经有太多 AI 图标了,稍稍改进了一点儿用户体验
  4. 几个小的 bug 修复和体验提升

Release v1.0.0

07 May 12:21
Compare
Choose a tag to compare

After 10 alpha/beta releases, we got here! Thank you all, the early users!
历经 10 个 alpha 或 beta 版,终于来到了这里!谢谢你们,所有早期用户们!

Release notes

  1. Chat history is saved locally. It will be loaded on startup, and can be cleared by you
  2. Highlight the best responses and delete the worst
  3. Copy message button
  4. A guide about how to add a new bot

发行说明

  1. 对话历史保存在本地,每次启动时被加载。你也可以清空它
  2. 你可以高亮最好的回答,和删除最差的
  3. 拷贝消息按钮
  4. 关于如何添加一个新的 AI 对话机器人的文档

Release v1.0.0-beta.2

03 May 12:50
Compare
Choose a tag to compare

This is the final beta! 这是最后一个 beta 版!

Release note

  1. Add ERNIE API (文心千帆) support with multi-round chat
  2. Add multi-round chat of OpenAI API (by @yfge)
  3. Fix ChatGPT GPT-4 can be selected by non-plus user
  4. Several experience improvements

发行说明

  1. 新增文心千帆(文心一言的 API 版),支持多轮会话
  2. 新增 OpenAI API 的多轮会话(@yfge 贡献)
  3. 修复非付费 Plus 用户也能选择 GPT-4 的 bug
  4. 一些体验提升

Release v1.0.0-beta.1

03 May 03:22
Compare
Choose a tag to compare

Release Note

  1. Added support for MOSS
  2. Added Matomo tracking of usage (no private data will be sent)
  3. Improved stability in error handling

发行说明

  1. 新增支持 MOSS
  2. 新增 Matomo 跟踪使用情况(不会发送隐私数据)
  3. 错误处理的稳定性提升

Release v1.0.0-alpha.7a

01 May 13:01
Compare
Choose a tag to compare

Release note:

  1. Add OpenAI API support by @qfxiongbin
  2. Add ChatGPT auto refresh session setting
  3. Fix enter in input method cause sending prompt
  4. Several other bug fixes and experience improvements

发行说明:

  1. @qfxiongbin 贡献的 OpenAI API 支持
  2. ChatGPT 增加自动刷新设置
  3. 修复在输入法里按回车导致将没输入完的 prompt 发送出去的 bug
  4. 其它若干 bug 修复和体验提升

Release v1.0.0-alpha.6

29 Apr 12:08
Compare
Choose a tag to compare

Release note:

  1. Add iFlytek Spark support
  2. Add Chinese name "齐叨" by Zhang guangzhi
  3. Fix minor bugs

发行说明:

  1. 新增讯飞星火
  2. 张广志送中文名:齐叨
  3. 修复若干 bug