CaIon
2431de78fa
fix: reorder request URL handling for relay formats in Adaptor
2025-08-05 20:40:00 +08:00
Xyfacai
10b04416c1
fix: 修复gemini2openai 没有返回 usage
2025-08-04 09:06:57 +08:00
CaIon
c056a7ad7c
feat: add support for multi-key channels in RelayInfo and access token caching
2025-08-02 22:12:15 +08:00
CaIon
74ec34da67
fix: improve error handling and readability in ability.go
2025-08-02 14:06:12 +08:00
CaIon
97d6f10f15
feat: enhance ConvertGeminiRequest to set default role and handle YouTube video MIME type
2025-08-02 12:53:58 +08:00
Calcium-Ion
afefc4caca
Merge pull request #1484 from QuantumNous/ConvertGeminiRequest
...
feat: Convert gemini request
2025-08-02 12:20:39 +08:00
CaIon
6abbd036f8
feat: add recordErrorLog option to NewAPIError for conditional error logging
2025-08-02 11:07:50 +08:00
creamlike1024
e01986fdd4
Merge remote-tracking branch 'origin/alpha' into ConvertGeminiRequest
2025-08-01 22:42:48 +08:00
creamlike1024
a0c6ebe2d8
chore: remove debug log
2025-08-01 22:29:19 +08:00
creamlike1024
d2183af23f
feat: convert gemini format to openai chat completions
2025-08-01 22:23:35 +08:00
CaIon
f0945da4fb
refactor: simplify streamResponseGeminiChat2OpenAI by removing hasImage return value and optimizing response text handling
2025-08-01 17:58:21 +08:00
CaIon
8df3de9ae5
fix: update JSONEditor to default to manual mode for invalid JSON and add error message for invalid data
2025-08-01 17:21:25 +08:00
Calcium-Ion
277cc1cac8
Merge pull request #1481 from seefs001/revert-1445-feature/claude-code
...
Revert "feat: add Claude Code channel support with OAuth integration"
2025-08-01 17:05:22 +08:00
CaIon
07a92293e4
fix: handle case where no response is received from Gemini API
2025-08-01 17:04:16 +08:00
Seefs
f995e31d04
Revert "feat: add Claude Code channel support with OAuth integration"
2025-07-31 22:08:16 +08:00
Calcium-Ion
9758a9e60d
Merge pull request #1445 from seefs001/feature/claude-code
...
feat: add Claude Code channel support with OAuth integration
2025-07-31 21:28:23 +08:00
Seefs
345fbdf3d2
Merge branch 'alpha' into feature/claude-code
...
# Conflicts:
# web/src/components/table/channels/modals/EditChannelModal.jsx
2025-07-31 21:19:43 +08:00
CaIon
ce031f7d15
refactor: update error handling to support dynamic error types
2025-07-31 21:16:01 +08:00
CaIon
f20b558e22
fix: correct request mode assignment logic in adaptor
2025-07-30 23:32:20 +08:00
Xyfacai
1f5ef24ecd
feat: 显式指定 error 跳过重试
2025-07-30 22:35:31 +08:00
creamlike1024
6a85206e32
Merge branch 'fix/gemini-native-sse' of github.com:RedwindA/new-api into RedwindA-fix/gemini-native-sse
2025-07-30 20:34:12 +08:00
IcedTangerine
db9b333930
Merge pull request #1405 from RedwindA/fix/gemini-nothinking-handler
...
fix: improve gemini nothinking handler
2025-07-30 20:31:26 +08:00
CaIon
0cd93d67ff
fix: auto ban
2025-07-30 18:39:19 +08:00
CaIon
010f27678d
fix: auto ban
2025-07-29 15:20:08 +08:00
CaIon
e322ed4f05
fix: ensure minimum quota display and handle zero values in render function
2025-07-27 16:32:14 +08:00
Seefs
fe9acb6c59
chore: claude code automatic disable
2025-07-26 18:40:18 +08:00
Seefs
bca78beb1b
feat: add claude code channel
2025-07-26 18:06:46 +08:00
CaIon
8e3cf2eaab
feat: support claude convert to gemini
2025-07-26 13:31:33 +08:00
CaIon
2469c439b1
fix: improve error messaging and JSON schema handling in distributor and relay components
2025-07-26 12:11:20 +08:00
CaIon
1297addfb1
feat: enhance request handling with pass-through options and system prompt support
2025-07-26 11:39:09 +08:00
feitianbubu
352da66bd1
feat: add vidu video channel
2025-07-24 10:14:25 +08:00
CaIon
77e3502028
fix(adaptor): enhance response handling and error logging for Claude format
2025-07-23 20:59:56 +08:00
CaIon
ae0461692c
feat: support ollama claude format
2025-07-23 20:01:03 +08:00
CaIon
13bdb80958
fix(adaptor): update relay mode handling #1419
2025-07-23 19:28:58 +08:00
CaIon
6f74e7b738
fix(adaptor): implement request conversion methods for Claude and Image. ( close #1419 )
2025-07-23 19:09:20 +08:00
feitianbubu
7bc9192f3f
chore: opt video channel and platform
2025-07-22 20:14:24 +08:00
CaIon
6c4ada5098
Merge remote-tracking branch 'origin/alpha' into alpha
2025-07-22 12:06:28 +08:00
CaIon
2402715492
fix: add Think field to OllamaRequest and support extra parameters in GeneralOpenAIRequest. ( close #1125
...
)
2025-07-22 12:06:21 +08:00
t0ng7u
90011aa0c9
✨ feat(kling): send both model_name and model fields for upstream compatibility
...
Some upstream Kling deployments still expect the legacy `model` key
instead of `model_name`.
This change adds the `model` field to `requestPayload` and populates it
with the same value as `model_name`, ensuring the generated JSON works
with both old and new versions.
Changes:
• Added `Model string "json:\"model,omitempty\""` to `requestPayload`
• Set `Model` alongside `ModelName` in `convertToRequestPayload`
• Updated comments to clarify compatibility purpose
Result:
Kling task requests now contain both `model_name` and `model`, removing
integration issues with upstreams that only recognize one of the keys.
2025-07-22 01:21:56 +08:00
feitianbubu
fcc006ecd3
feat: channel kling support New API
2025-07-21 21:38:53 +08:00
RedwindA
6103888610
fix: 修正nothinking判断逻辑,确保仅当预算为零时返回true
2025-07-20 17:35:34 +08:00
feitianbubu
5b869376ab
fix: ali embedding support base64
2025-07-20 12:05:20 +08:00
Xyfacai
c674c3561a
fix(response): tools 需要处理的参数很少 使用 map
2025-07-20 11:21:57 +08:00
Xyfacai
7aa2972c3f
fix(price): 未设置价格,错误返回模型价格匹配的名字
2025-07-20 10:12:36 +08:00
CaIon
a3059597fb
fix: replace NewError with NewOpenAIError for improved error handling in multiple handlers
2025-07-19 11:29:31 +08:00
CaIon
d19a6914f9
fix: create NewOpenAIError function for improved error handling in Relay
2025-07-19 11:28:18 +08:00
RedwindA
7af3fb5ae4
禁用原生Gemini模式中的ping保活
2025-07-18 23:39:01 +08:00
RedwindA
3ac54b2178
增加 DisablePing 字段以控制是否发送自定义 Ping
2025-07-18 23:38:35 +08:00
Calcium-Ion
1e3450fdcb
Merge pull request #1381 from feitianbubu/pr/task-origin-name
...
feat: video priority use origin model name
2025-07-18 20:49:53 +08:00
Calcium-Ion
514fea65c4
Merge pull request #1363 from feitianbubu/pr/add-jimeng-image
...
feat: 增加即梦生图功能
2025-07-18 20:45:49 +08:00