- 18 Oct, 2025 2 commits
- 17 Oct, 2025 9 commits
-
-
新增支持豆包语音合成2.0功能
IcedTangerine committed -
IcedTangerine committed
-
feitianbubu committed
-
feitianbubu committed
-
feitianbubu committed
-
feitianbubu committed
-
somnifex committed
-
creamlike1024 committed
-
CaIon committed
-
- 16 Oct, 2025 4 commits
- 15 Oct, 2025 9 commits
- 14 Oct, 2025 6 commits
- 13 Oct, 2025 10 commits
-
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
CaIon committed
-
fix(convert): 修复 OpenAI 转 Claude 流时 thinking 块的格式问题
Seefs committed -
1. 解析ImageRequest的Extra时,处理err 2. DoResponse方法添加RelayModeImagesGenerations(fallthrough)
etnAtker committed -
1. 将对SiliconFlow渠道的RelayModeImagesGenerations请求,转发至v1/images/generations端点。 2. SiliconFlow图像生成接口额外参数适配。
etnAtker committed -
将 `ClaudeMediaMessage.Thinking` 的类型从 `string` 修改为 `*string`,以解决 `omitempty` 导致 `"thinking": ""` 字段在 JSON 序列化时被忽略的问题。 同时更新了 `service/convert.go` 和 `relay/channel/claude/relay-claude.go` 中的相关逻辑,以兼容新的指针类型,确保生成的 Claude 事件流符合官方规范。
yanggh committed -
CaIon committed
-