Skip to content

Releases: Calcium-Ion/new-api

0.4.6.11.4

11 Feb 10:35
Compare
Choose a tag to compare

0.4.6.11.1

11 Feb 07:54
Compare
Choose a tag to compare

What's Changed

  • fix: always use modelMapping in channel test by @zjjxwhh in #746

New Contributors

Full Changelog: v0.4.6.11...0.4.6.11.1

v0.4.6.10

10 Feb 12:40
Compare
Choose a tag to compare

修复windows, macos可执行文件不可用

v0.4.6.9

09 Feb 05:27
ec50f66
Compare
Choose a tag to compare

What's Changed

  • chore: 同步deepseek价格 by @HynoR in #742
  • 更正硅基流动的SenseVoiceSmall模型名字 by @xy3xy3 in #736

New Contributors

Full Changelog: v0.4.6.8.1...v0.4.6.9

v0.4.6.8.1

06 Feb 11:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6.8...v0.4.6.8.1

v0.4.6.8

06 Feb 06:41
Compare
Choose a tag to compare

⚠️ Breaking Change

English

Description

  • Feature: Modify the model_mapping column type in the channels table from varchar(1024) to TEXT.
  • This change removes the restriction on the length of model redirection.
  • A MySQL migration script has been added to alter the column type during database initialization.

Instructions

Under normal circumstances, no manual actions are required. However, if issues arise, please modify the channels table manually. Here is the SQL statement to do so:

ALTER TABLE channels MODIFY COLUMN model_mapping TEXT;

中文

描述

  • 特性:channels 表中的 model_mapping 列类型从 varchar(1024) 修改为 TEXT
  • 这个更改取消了模型重定向长度的限制。
  • 在数据库初始化期间添加了 MySQL 迁移脚本以更改列类型。

指导

正常情况下不需要手动操作,如果出现问题,请自行修改 channels 表。以下是 SQL 语句:

ALTER TABLE channels MODIFY COLUMN model_mapping TEXT;

Full Changelog: v0.4.6.7...v0.4.6.8

v0.4.6.7

03 Feb 07:18
Compare
Choose a tag to compare

OpenAI o1和o3系列支持通过模型名称后缀设置 reasoning effort:
添加后缀 -high 设置为 high reasoning effort (例如: o3-mini-high)
添加后缀 -medium 设置为 medium reasoning effort (例如: o3-mini-medium)
添加后缀 -low 设置为 low reasoning effort (例如: o3-mini-low)

image

v0.4.6.6

02 Feb 14:21
Compare
Choose a tag to compare

feat: support channel request proxy

v0.4.6.5.1

01 Feb 06:12
Compare
Choose a tag to compare

v0.4.6.5

01 Feb 05:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6.3...v0.4.6.5