Skip to content

Releases: songquanpeng/one-api

v0.5.10

20 Dec 14:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.5.10

v0.5.9

10 Dec 11:53
Compare
Choose a tag to compare

What's Changed

  • feat: 删除relay-text中的consumeQuota变量 by @igophper in #738
  • feat: 发送邮件时添加 Message-ID by @ShinChven in #732
  • 修复自建邮箱发送错误: INVALID HEADER Missing required header field: "Date" by @YOMIkio in #742
  • feat: Support Azure OpenAI Whisper. by @techotaku in #720
  • 兼容 Azure dall-e-3 模型 by @ShinChven in #754
  • Fix "invalidPayload" error when request Azure dall-e-3 api without optional parameter by @simulacraliasing in #764
  • 增加功能: 渠道 - 测试所有通道; 设置 - 运营设置 - 监控设置 - 成功时自动启用通道 by @YOMIkio in #771

New Contributors

Full Changelog: v0.5.8...v0.5.9

v0.5.8

24 Nov 12:43
Compare
Choose a tag to compare

What's Changed

  • fix: model.go for typos by @BaksiLi in #651
  • feat: support chatglm_turbo by @prnake in #648
  • 当使用Cloudflare AI Gateway时,支持openai渠道测试 by @woodchen-ink in #639
  • fix: change quota calc code (close #599) by @wzxjohn in #627
  • feat: sync pricing for new 1106 models by @dirname in #696
  • fix: Numeric Sorting in Tables by @BaksiLi in #695
  • Add deploy to Zeabur button by @MichaelYuhe in #693
  • feat: Add improve docker-compose.yml and support fast startup by @qingfengfenga in #685
  • fix: Incorrect column name on log search by @Kxzuir in #681
  • bugfix for #515 最新版本谷歌PaLM模型无法使用 by @mylxsw in #667
  • DALL·E 3, DALL·E 3 HD, DALL·E 2 支持、减少模型混淆以及更好的处理图像中继的代码逻辑 by @ckt1031 in #679
  • 支持最新的 OpenAI TTS 模型 by @ckt1031 in #713
  • fix: cloudflare test & expose detailed info about test failures by @dirname in #715
  • 🐛 Fix cloudflare gateway request failure by @MartialBE in #666
  • fix: Skip JSON deserialization when accessing transcriptions and translations. by @techotaku in #718

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7

05 Nov 11:21
aec343d
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #591
  • fix: 404 Component is missing by @dirname in #592
  • 解决令牌页面聊天按钮丢失url参数的问题 by @zp96324511 in #562
  • fix: docker compose healthcheck failed by @aoaostar in #593
  • 更新缓存目录配置文档 by @jsubnew in #612
  • update route for Cloudflare AI gateway for OpenAI models test, image, audio. by @v1cc0 in #607
  • fix: 通义千问,流式调用不成功(在fastgpt里通过one-api调用);优化在国内构建镜像体验(设置镜像) by @yiGmMk in #615
  • fix postgresql support by @ImSingee in #606
  • 适配讯飞星火 v3 版本 by @MaricoHan in #637

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

02 Oct 04:24
Compare
Choose a tag to compare

What's Changed

  • 讯飞支持非 stream 模式 by @igophper in #498
  • 支持设置渠道优先级 & 日志中显示使用的渠道 ID by @xyfacai in #484
  • NULL 转换 int 时出现不支持的错误 by @igophper in #541
  • 修复了无法取消设置 base url 和 model mapping 的问题
  • 增加了对 gpt-3.5-turbo-instruct 的支持(#545
  • 更新了阿里的模型名称
  • 优化了 token encoder 初始化逻辑,减少了内存占用(#566
  • 现在如果检测到超级管理员用户使用默认密码登录会直接跳转修改密码页面(#526
  • 修复了预扣费时未检查额度为负的问题

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

17 Sep 10:05
Compare
Choose a tag to compare

What's Changed

  • 支持阿里的 embedding 模型 by @igophper in #481
  • 支持了数据库聚合更新,可显著减轻数据库压力(#414
  • 支持了通过环境变量设置请求频率限制(#477
  • 支持了在后台删除历史消耗日志(#486
  • 改进了日志输出,默认开启且当记录数过多时自动切换文件,且同时记录了 request id 以便于 debug
  • 修复了日志列表页面偶现的渲染 bug
  • 修复了渠道编辑页面输入自定义名称时按 Enter 会导致页面返回的问题
  • 修复了发生错误时预扣费未返还的问题(#518
  • 修复了 GitHub OAuth2 客户端实现未校验 state 字段的问题
  • 修复了自定义 chat link 时未传递 url 的问题

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

30 Aug 13:48
Compare
Choose a tag to compare

What's Changed

  • 修复了使用模型重定向功能时,函数调用不正常的问题 by @shao0222 in #462
  • 当收到 401 响应码时禁用渠道(#467
  • 启动时初始化所有的 TokenEncoder 避免并发问题(#459
  • 支持了 360 的大模型(#331
  • 支持了 Whisper API 调用(#197
  • 支持了 OpenRouter 渠道(#333
  • 修复了错误信息未透传的问题(#468

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

26 Aug 04:43
efeb9a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

06 Aug 13:45
Compare
Choose a tag to compare

更新内容

  1. 更新了 i18n。
  2. 新增了对讯飞的 llm 的支持(#206)。
  3. 更新了讯飞的提示。
  4. 更新了讯飞的标题。
  5. 重构了与账单相关的代码。
  6. 修复了响应结束时未关闭连接的问题。
  7. 修复了用户无法进行频道测试的问题。
  8. 修复了数据没有正确前缀时被忽略的问题。
  9. 新增了支持电子邮件域名白名单功能(#337,by @ckt1031)。
  10. 修复了在某些情况下 sse 未能正确结束的问题。
  11. 更新了 README 文档。
  12. 修复了流相关问题(#349,by @glzjin)。
  13. 更新了在 sealos 上的部署文档(#351,by @a497625414)。
  14. 更新了 README 文档(#359,by @a497625414)。
  15. 修复了 SparkDesk 未被计费的问题(#344,by @glzjin)。
  16. 新增了复制 ama, opencat & chatgpt next web 的 scheme 功能(#343,by @miniers)。
  17. 修复了在非流模式下未给出使用量计算的问题(#352,by @glzjin)。
  18. 修复了流模式确定相关逻辑的问题(#360)。
  19. 更新了域名。

请注意,这个发布说明是根据提交信息生成的,如果有任何遗漏或错误之处,欢迎提供反馈。

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

29 Jul 11:54
Compare
Choose a tag to compare

更新内容

  1. 新增了对阿里的大模型的支持(#326)。
  2. 新增了对百度的 embedding model 的支持(#324)。
  3. 修复了 relay router 的 List models 类型错误(#320)。
  4. 修复了 APITypePaLM 中 baseURL 无效的问题(#317,by @mrhaoji)。
  5. 修复了使用频道类型确定 api 类型的问题(#321)。
  6. 修复了将系统消息转换为用户消息的问题(#328)。
  7. 修复了针对 claude 的系统消息到用户消息的转换。
  8. 修复了针对 zhipu 的系统消息到用户消息的转换。
  9. 更新了 README 文档。
  10. 调整了在切换类型时自动添加相关模型的功能。
  11. 修复了模型映射无法删除的问题。
  12. 调整了 UI 的样式。

请注意,这个发布说明是根据提交信息生成的,如果有任何遗漏或错误之处,欢迎提供反馈。

Full Changelog: v0.5.0...v0.5.1