Skip to content

Releases: songquanpeng/one-api

v0.6.5

19 Apr 16:41
Compare
Choose a tag to compare

What's Changed

  • fix: update model-ratio.go 修正文心计费模型名称 by @manjieqi in #1241
  • feat: add embedding-2 support for zhipu by @cdredfox in #1273
  • feat: update baidu model name & ratio by @manjieqi in #1253
  • feat: update baidu model name & ratio by @manjieqi in #1277
  • feat: support Ali stable-diffusion-xl and wanx-v1 model by @mo2g in #1240
  • fix: fix Lark icon button style by @AI-ASS in #1279
  • feat: berry theme update & bug fix by @MartialBE in #1282
  • chore: resolve the issue of onclick event scope for custom Lark button by @AI-ASS in #1281
  • feat: support function call for ali (close #1242)
  • feat: support top_k for claude (close #1239)
  • feat: initial function call support for xunfei
  • feat: able to set model limitation for token (close #178)
  • feat: /v1/models now only return available models
  • feat: add subnet validation (#1275)
  • feat: support feishu login now
  • fix: do not detect quota field in error message (close #1276)
  • feat: show token info when quota is not enough (close #1274)
  • feat: able to change gemini version (close #1211)
  • feat: add gpt-4-turbo support (close #1304)

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

30 Mar 02:50
Compare
Choose a tag to compare

What's Changed

  • feat: 移除 azure model 的 TrimSuffix by @lgxisbb in #1193
  • feat: 支持 ollama 的 embedding 接口 by @xietong in #1221
  • fix: 修复了讯飞的错误处理
  • feat: 现在调用 /api/token 会返回创建的 token 的信息了
  • fix: 修复了 audio 相关接口的错误时未返还 quota 的问题
  • chore: 更新了主题 berry 的文案
  • fix: 修复了自动填充的模型列表不正确的问题
  • fix: 修复了在未启用缓存的情况下重试时依然使用最高优先级的问题

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

24 Mar 15:45
4ae311e
Compare
Choose a tag to compare

What's Changed

  • fix: 修复berry主题下令牌编辑后点击新建弹窗值的初始化问题 by @yooyui in #1165
  • fix: fix ratio of gpt-3.5-turbo (close #1011) by @mrhaoji in #1163
  • fix: change Moonshot value to 25 by @zu1k in #1158
  • chore(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4 by @dependabot in #1157
  • ZhiPuAI compatibility with the temperature topP parameter (0.0, 1) by @majian159 in #1091
  • 零一万物的模型价格错误了 by @ye4293 in #1182
  • feat: add user list sorting and pagination enhancements (#77, #602) by @mrhaoji in #1178
  • fix: fix panel cards style(修复penal卡片高度不一致) by @shuiRong in #1171
  • feat: support Azure OpenAI TTS. by @techotaku in #1177
  • feat: update default API version for Azure OpenAI by @techotaku in #994
  • docs: update README by @mrhaoji in #1186

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 Mar 16:02
Compare
Choose a tag to compare

What's Changed

  • 支持 Claude 3 系列模型
  • 现在渠道编辑页面可以直接填充与本渠道相关的全部模型了
  • 支持了 Groq 渠道
  • 删除了之前为国产大模型不支持 system 提示词时的兼容措施
  • 优化了 stream 模式下的错误检测
  • 现在渠道编辑页面可以直接搜索渠道类型与模型名称了
  • 现在用户被删除、封禁后将实时生效
  • 现在可以根据错误率自动禁用渠道了,需要手动开启,详见 README 中 METRIC 相关环境变量部分
  • 修复了开启 Turnstile 后用用户无法修改密码的问题
  • 现在支持通过 Message Pusher 将报警信息推送到各种 App 中了
  • 现在 One API 将自动为你补齐缺失的模型的倍率
  • 现在支持在渠道编辑页面传入大 key 了
  • 现在日志只会保存到一个文件中,除非重新启动
  • 现在会在 panic 时输出更多的信息以供 debug
  • 现在当缓存中用户额度过低时,会强制刷新缓存
  • 支持了 Ollama 渠道
  • 为百度渠道添加了更多的 Embeddable 模型支持
  • fix: model name typo by @sparanoid in #1109
  • 修复百度模型中URL的字符串判断bug; by @Jguobao in #1143
  • 修改AMA问天为BotGem(官方改名) by @afafw in #934
  • Update OtherSetting.js by @yooyui in #1148
  • chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #1145
  • feat: add support for private registry in docker-compose.yml by @warjiang in #1103

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

10 Mar 11:53
4fb22ad
Compare
Choose a tag to compare

What's Changed

  1. 修复了版本号为空的问题;
  2. 支持了百川的模型;
  3. 支持了 MiniMax 的模型;
  4. 支持了 ChatGLM-4;
  5. 修复了 Azure 渠道的测试功能;
  6. 支持了 Mistral 的模型;
  7. 支持了在重试时切换到其他优先级的渠道;
  8. 修复了 Ali 的模型在 relay 到时候部分参数被 ignore 掉的问题;
  9. 当进行渠道测试的时候,如果 gpt-3.5-turbo 不在模型列表中,则使用模型列表中的第一个模型进行测试;

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Mar 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.11...v0.6.0

v0.5.11

14 Jan 06:10
cf4e33c
Compare
Choose a tag to compare

What's Changed

  • fix: gpt-4 vision 传入 base64 字符串图片时解析错误 by @MartialBE in #858
  • feat: 改进阿里模型 stream 模式 & 使其支持联网搜索能力 by @moondie in #856
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #840
  • fix: fix SearchUsers not working if using PostgreSQL by @ImSingee in #778
  • fix: openai response should contains model by @Laisky in #841
  • feat: able to change gemini safety setting by @tisfeng in #867
  • fix: base 64 encoded format support of gemini-pro-vision for field im… by @liuzl in #878
  • feat: add support for davinci-002 and babbage-002 by @Tailen in #888
  • fix: fix button copywriting by @seven-yu in #880
  • fix: support base64 encoded image_url for gemini-pro-vision by @Laisky in #872
  • fix: fix token validation exception handling by @seven-yu in #901
  • 一个现代化的web UI界面 by @MartialBE in #860
  • fix: fix some issues with berry by @MartialBE in #913
  • fix: fix bugs with theme berry by @MartialBE in #931

New Contributors

Full Changelog: v0.5.10...v0.5.11

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