Skip to content

Releases: Calcium-Ion/new-api

v0.2.0.2

08 Mar 13:55
Compare
Choose a tag to compare

从v0.1.x迁移的用户注意:
使用Mysql的用户需要手动删除索引

DROP INDEX idx_channels_key ON channels;  

或者备份数据库数据后,删除channel表重新生成,再导入数据

What's Changed

Full Changelog: v0.2.0.1...v0.2.0.2

v0.2.0.1

05 Mar 15:28
da73dca
Compare
Choose a tag to compare

从v0.1.x迁移的用户注意:
使用Mysql的用户需要手动删除索引

DROP INDEX idx_channels_key ON channels;  

或者备份数据库数据后,删除channel表重新生成,再导入数据

What's Changed

  • fix: 修复embedding请求提示unknown relay mode的问题
  • fix: model name not trimmed by @QuentinHsu in #91
  • fix: the content displayed on the homepage is incorrect by @QuentinHsu in #81

New Contributors

Full Changelog: v0.2.0...v0.2.0.1

v0.2.0

04 Mar 09:11
Compare
Choose a tag to compare

需要手动删除索引。

DROP INDEX idx_channels_key ON channels;  

或者备份数据库数据后,删除channel表重新生成,再导入数据

What's Changed

New Contributors

Full Changelog: v0.1.3.2...v0.2.0

v0.1.3.2-alpha.1

v0.1.3.1

02 Feb 04:48
Compare
Choose a tag to compare

v0.1.3

01 Feb 11:27
Compare
Choose a tag to compare

v0.1.2

v0.1.1

09 Jan 03:40
954ed89
Compare
Choose a tag to compare

docker镜像:calciumion/new-api:0.1.1
feat: 新增数据看板
feat: 允许关闭绘图选项
修复mj计费问题
fix: 修复侧边导航栏需要刷新才出现选项的问题
feat: 可设置令牌能调用的模型

本次为破坏性更新,如果对接了上游new api,需要上游也同步更新到最新版,否则mj接口无法获取到最新进度

0.1.0-alpha.1

27 Dec 16:08
Compare
Choose a tag to compare

v0.0.8

20 Dec 15:03
Compare
Choose a tag to compare

添加gemini-pro支持(待测试)
个人设置添加修改密码功能
修复vision格式问题