CaIon
31e09b960f
refactor: aws
2025-10-15 16:44:33 +08:00
CaIon
5069482d22
refactor: update ConvertToOpenAIVideo method to return byte array and improve error handling
2025-10-14 23:03:17 +08:00
CaIon
6e08c5dc67
docs: update README for project cloning and Docker Compose instructions
2025-10-14 17:51:33 +08:00
CaIon
ffb60c9749
feat: add Umami and Google Analytics integration
2025-10-14 14:19:49 +08:00
CaIon
9ab5df9398
fix: remove redundant error message details for channel retrieval failures
2025-10-14 13:53:33 +08:00
Seefs
de1590f5ee
Merge pull request #2038 from seefs001/feature/endpoint_type_log
...
feat: endpoint type log
2025-10-14 13:06:54 +08:00
Seefs
c62daee6f3
Merge pull request #2036 from etnAtker/siliconflow-images-generations
...
feat: 添加SiliconFlow图像生成接口自动转换支持
2025-10-14 13:05:04 +08:00
Seefs
31f565b87f
clean
2025-10-14 00:16:08 +08:00
Seefs
10aa680890
feat: endpoint type log
2025-10-14 00:06:52 +08:00
Seefs
b3fc7255ee
feat: endpoint type log
2025-10-13 22:44:54 +08:00
Seefs
9718568179
feat: endpoint type log
2025-10-13 22:25:39 +08:00
CaIon
7391b15b4b
fix: remove redundant error handling for empty Gemini API response
2025-10-13 21:58:50 +08:00
Seefs
ae8b8b344b
Merge pull request #2035 from Inblac/devpre
...
fix(convert): 修复 OpenAI 转 Claude 流时 thinking 块的格式问题
2025-10-13 20:58:43 +08:00
etnAtker
fc2486d878
fix: 修复PR的潜在问题
...
1. 解析ImageRequest的Extra时,处理err
2. DoResponse方法添加RelayModeImagesGenerations(fallthrough)
2025-10-13 20:20:08 +08:00
etnAtker
933e42e5df
feat: 添加SiliconFlow图像生成接口自动转换支持
...
1. 将对SiliconFlow渠道的RelayModeImagesGenerations请求,转发至v1/images/generations端点。
2. SiliconFlow图像生成接口额外参数适配。
2025-10-13 20:06:33 +08:00
yanggh
b6f352735e
fix(convert): 修复 OpenAI 转 Claude 流时 thinking 块的格式问题
...
将 `ClaudeMediaMessage.Thinking` 的类型从 `string` 修改为 `*string`,以解决 `omitempty` 导致 `"thinking": ""` 字段在 JSON 序列化时被忽略的问题。
同时更新了 `service/convert.go` 和 `relay/channel/claude/relay-claude.go` 中的相关逻辑,以兼容新的指针类型,确保生成的 Claude 事件流符合官方规范。
2025-10-13 19:32:17 +08:00
CaIon
f6bf150d21
fix: improve error handling for email sending failures
2025-10-13 19:21:46 +08:00
CaIon
5e1d7ab3b9
feat: add support for Sora channel type and OpenAI video endpoint
2025-10-13 19:21:45 +08:00
skynono
7c543a9e19
feat: jimeng images base64 limit ( #2032 )
2025-10-13 15:17:23 +08:00
Xyfacai
c6175c0b46
fix: 修复视频任务不同分组可能导致补回额度计算错误 ( #2030 )
2025-10-13 15:17:06 +08:00
Seefs
0dfd8f2743
Merge pull request #2029 from feitianbubu/pr/jimeng-support-oai-files
...
feat: jimeng use openai sdk input_reference i2v
2025-10-13 14:14:43 +08:00
Xyfacai
4f3030baf4
Merge pull request #2027 from xyfacai/refactor/openai-video
...
refactor: Openai video model 移动到 dto
2025-10-13 13:24:20 +08:00
feitianbubu
61f388bf84
feat: jimeng use openai sdk input_reference i2v
2025-10-13 13:06:03 +08:00
Xyfacai
b7a07e1ef7
refactor: Openai video model 移动到 dto
2025-10-13 11:45:45 +08:00
CaIon
063926dd29
fix: update error messages for unsupported parameter names in Google extra body
2025-10-12 22:21:45 +08:00
CaIon
85fdcc78ac
fix: 修复工作流重复创建release的问题
2025-10-12 15:40:22 +08:00
Seefs
04d441ef80
Merge pull request #2025 from feitianbubu/pr/protect-increase-quota
...
feat: Add pre-status protection for IncreaseUserQuota
2025-10-12 15:06:12 +08:00
feitianbubu
b3e6145cb7
feat: Add pre-status protection for IncreaseUserQuota
2025-10-12 14:53:55 +08:00
Seefs
b48584d30a
Merge pull request #2024 from seefs001/fix/version
...
fix: empty version
2025-10-12 14:24:01 +08:00
Seefs
78eb532958
fix: empty version
2025-10-12 14:23:18 +08:00
CaIon
d43751f262
feat: support free model setting
2025-10-12 13:31:03 +08:00
Seefs
a781622dea
Merge pull request #2023 from seefs001/fix/version
...
fix: version
2025-10-12 13:05:51 +08:00
Seefs
1e39b5ede1
fix: version
2025-10-12 13:05:13 +08:00
Seefs
c64058c582
Merge pull request #2022 from seefs001/fix/ignore_ghcr
...
ignore ghcr
2025-10-12 12:40:18 +08:00
Seefs
1e6d34f00a
ignore ghcr
2025-10-12 12:38:44 +08:00
CaIon
250f10fa67
fix: mask sensitive information in error messages and refine task retrieval query
2025-10-12 12:25:11 +08:00
Seefs
5feb22d8fb
Merge pull request #2018 from feitianbubu/pr/add-jimeng-vidu-openai-sdk
...
即梦和vidu支持 OpenAI sdk生成和查询视频
2025-10-11 20:40:47 +08:00
feitianbubu
7f9309ee17
feat: add vidu use openai sdk
2025-10-11 17:11:44 +08:00
feitianbubu
d733803c8a
fix: kling create video via openai sdk
2025-10-11 17:11:44 +08:00
feitianbubu
d724f25db4
refactor: add openaiVideo and method
2025-10-11 17:05:36 +08:00
feitianbubu
7c7313a937
feat: add jimeng use openai sdk
2025-10-11 17:05:33 +08:00
Seefs
3dc681008c
Merge pull request #1991 from Sacode/i18n
...
feat: complete English, French and Russian translation and add i18n configuration
2025-10-11 15:56:55 +08:00
Seefs
5010f2d004
format: package name -> github.com/QuantumNous/new-api ( #2017 )
2025-10-11 15:30:09 +08:00
Seefs
ff530f991b
Merge pull request #2016 from seefs001/fix/ci-env
...
fix env GHCR_REPOSITORY
2025-10-11 14:19:42 +08:00
Seefs
bed2863a13
fix env GHCR_REPOSITORY
2025-10-11 14:18:09 +08:00
Seefs
bbc18e8331
feat: matrix ci ( #2014 )
2025-10-11 14:08:32 +08:00
Seefs
2606d16e4e
Alpha CI ( #2011 )
2025-10-11 13:24:04 +08:00
Dmitriy Safonov
087248c2f9
feat: add French translation glossary for consistent terminology
...
Add comprehensive French translation glossary document to standardize key project terminology. The glossary includes translations for core concepts, model-related terms, user management, recharge & redemption, channel management, and security terms. This ensures consistency and accuracy in French translations across the project, with specific guidance on technical terms and contextual usage.
2025-10-11 08:16:13 +03:00
CaIon
e6129bec57
feat: update Go version in CI configuration and add release workflow for multi-platform builds
2025-10-11 12:44:09 +08:00
CaIon
02c0495b24
fix: ensure error message is set when it is empty in error handling #1972
2025-10-11 12:12:41 +08:00