skynono
8a79de333a
feat: add video channel kling
2025-06-19 11:53:42 +08:00
CaIon
0bca4d3efc
Merge remote-tracking branch 'origin/alpha' into alpha
2025-06-18 20:51:06 +08:00
CaIon
7572e791f6
feat(relay): add debug logging for Gemini request body and introduce flexible speech configuration
2025-06-18 20:50:13 +08:00
Apple\Apple
a180d13182
🚚 Refactor(ratio_setting): refactor ratio management into standalone ratio_setting package
...
Summary
• Migrated all ratio-related sources into `setting/ratio_setting/`
– `model_ratio.go` (renamed from model-ratio.go)
– `cache_ratio.go`
– `group_ratio.go`
• Changed package name to `ratio_setting` and relocated initialization (`ratio_setting.InitRatioSettings()` in main).
• Updated every import & call site:
– Model / cache / completion / image ratio helpers
– Group ratio helpers (`GetGroupRatio*`, `ContainsGroupRatio`, `CheckGroupRatio`, etc.)
– JSON-serialization & update helpers (`*Ratio2JSONString`, `Update*RatioByJSONString`)
• Adjusted controllers, middleware, relay helpers, services and models to reference the new package.
• Removed obsolete `setting` / `operation_setting` imports; added missing `ratio_setting` imports.
• Adopted idiomatic map iteration (`for key := range m`) where value is unused.
• Ran static checks to ensure clean build.
This commit centralises all ratio configuration (model, cache and group) in one cohesive module, simplifying future maintenance and improving code clarity.
2025-06-18 18:00:49 +08:00
RedwindA
21f43b0dd8
feat(Gemini): enhance budget clamping logic for Gemini models
2025-06-18 00:49:35 +08:00
CaIon
3a7ba5725c
fix(relay): ensure consistent setting of web search context size in TextHelper function
2025-06-18 00:37:22 +08:00
CaIon
2e4fa32d63
fix(relay): refine error message for unsupported MIME types and enhance error handling in OpenAI wrapper
2025-06-17 22:44:57 +08:00
CaIon
0199896d9a
fix(relay): improve error handling for unsupported MIME types by sanitizing URLs
2025-06-17 22:40:41 +08:00
Calcium-Ion
ab627db4be
Merge pull request #1239 from QuantumNous/auto_group
...
feat: auto分组
2025-06-17 21:14:09 +08:00
CaIon
0f35d2368f
✨ feat: enhance group ratio handling in pricing calculations
2025-06-17 21:05:35 +08:00
CaIon
b7c3328d43
feat(channel): enhance Claude response handling with new Done flag and improved usage tracking
2025-06-17 20:08:25 +08:00
CaIon
51757b83e1
Merge branch 'alpha'
2025-06-17 14:49:13 +08:00
chenjm
b33d808bc1
fix(audio): :bugs: fix webm audio strconv.ParseFloat: parsing "N/A"
2025-06-17 10:04:36 +08:00
chenjm
4559f5b2d3
fix(audio): :bugs: fix webm audio strconv.ParseFloat: parsing "N/A"
2025-06-17 09:21:56 +08:00
CaIon
ba37750943
Merge remote-tracking branch 'origin/alpha' into alpha
2025-06-17 00:09:38 +08:00
CaIon
4fc85d27e9
🧹 chore(relay): remove unused import in relay-palm.go
2025-06-17 00:09:26 +08:00
Calcium-Ion
246ca40aac
Merge pull request #1231 from RedwindA/feat/gemini-budget-in-name
...
feat(Gemini): implement thinking budget control in model name
2025-06-17 00:03:53 +08:00
creamlike1024
7fa21ce95f
feat: auto分组
2025-06-16 22:15:12 +08:00
CaIon
6b7295bbdf
🔧 refactor(relay): replace UUID generation with helper function for response IDs
2025-06-16 21:02:27 +08:00
Calcium-Ion
dc95d0d1e6
Merge pull request #1205 from a37836323/fix-azure-responses-api
...
修复Azure渠道对responses API的兼容性支持 - 为Azure渠道添加对responses API的特殊处理 - 兼容微软新…
2025-06-16 19:17:21 +08:00
CaIon
b77574dad5
🔧 refactor(dto): update BudgetTokens handling in Thinking struct
2025-06-16 18:29:49 +08:00
RedwindA
e735377218
feat: implement thinking budget control in model name
2025-06-15 23:20:41 +08:00
RedwindA
e1a93a1b82
💬 fix(GeminiHelper): clean up empty system instructions in request
2025-06-14 19:36:58 +08:00
Calcium-Ion
358af20ad1
Merge pull request #1207 from QuantumNous/user_group_ratio
...
feat: 分组特殊倍率
2025-06-13 01:25:46 +08:00
creamlike1024
a28ab3628a
feat: 分组特殊倍率
2025-06-11 23:46:59 +08:00
a37836323
856465ae59
修复Azure渠道对responses API的兼容性支持 - 为Azure渠道添加对responses API的特殊处理 - 兼容微软新的API格式,使用preview版本的api-version - 修复了Azure渠道无法正确处理responses请求的问题
2025-06-11 22:11:47 +08:00
CaIon
f124404f07
🔧 fix(stream_scanner): improve resource management and error handling in StreamScannerHandler
2025-06-11 00:18:16 +08:00
CaIon
136a46218b
🔧 fix(api_request): enhance ping keep-alive mechanism with error handling and timeout controls
2025-06-10 03:42:23 +08:00
IcedTangerine
7daf1f63e6
Merge pull request #1145 from RedwindA/feature/gemini_snake_case_support
...
feat: 支持Gemini inline_data 的蛇形命名法
2025-06-09 22:06:58 +08:00
Calcium-Ion
bed19d5ca4
Merge pull request #1180 from RedwindA/fix/gemini-tool
...
🐛 fix(Gemini): improve JSON parsing for tool content handling
2025-06-09 20:51:28 +08:00
RedwindA
a80bc02b96
🐛 fix: update condition to check for empty content in assistant role messages
2025-06-09 02:15:39 +08:00
CaIon
865377449e
refactor(dto): change function and encoding fields to use json.RawMessage for improved flexibility
2025-06-08 16:28:47 +08:00
CaIon
a4fabbe299
fix(relay-channel): correct condition for mediaMessages initialization in requestOpenAI2Mistral function
2025-06-08 16:25:00 +08:00
CaIon
f67843b963
fix(relay-gemini): remove outdated unsupported models from CovertGemini2OpenAI function
2025-06-08 16:22:39 +08:00
Calcium-Ion
bf296d92a5
Merge pull request #1174 from QuantumNous/refactor/message
...
refactor: message content 改成 any
2025-06-08 16:22:20 +08:00
CaIon
253b8cc899
fix(relay-gemini): add unsupported models to CovertGemini2OpenAI function
2025-06-08 16:04:31 +08:00
RedwindA
1b78a33aac
🐛 fix(Gemini): improve JSON parsing for tool content handling
2025-06-08 14:35:56 +08:00
Calcium-Ion
ed84f937e3
Merge pull request #1177 from QuantumNous/alpha
...
merge alpha to main
2025-06-08 02:26:06 +08:00
Calcium-Ion
ce2fba7f8b
Merge pull request #1173 from RedwindA/fix/ali-embedding
...
🐛 fix(ali): Remove hardcoding of embedding model names.
2025-06-08 00:14:55 +08:00
RedwindA
d124ec5b1a
🐛 fix(mistral): validate and generate new IDs for tool calls and tool call IDs; Correctly handle null content for assistant messages with tool_calls.
2025-06-08 00:06:56 +08:00
Xyfacai
b778cd2b23
refactor: message content 改成 any
...
refactor: message content 改成 any
2025-06-07 23:47:22 +08:00
RedwindA
f1f07cb31b
🐛 fix(ali): Remove hardcoding of embedding model names.
2025-06-07 22:28:32 +08:00
RedwindA
49e77fb3df
feat: ali rerank
2025-06-07 21:29:46 +08:00
creamlike1024
9496dac448
feat: gemini audio input billing
2025-06-07 12:26:23 +08:00
RedwindA
f81225788d
修复2.5-pro的预算范围
2025-06-06 01:58:02 +08:00
RedwindA
c2f209abb7
解决合并冲突
2025-06-06 01:29:06 +08:00
RedwindA
a52a67176e
清理注释
2025-06-06 01:09:51 +08:00
RedwindA
f13e4bf486
Fix: Correctly relay FunctionResponse content for Gemini API
2025-06-06 00:56:38 +08:00
Apple\Apple
8e6039b995
Merge remote-tracking branch 'origin/main' into alpha
2025-06-05 18:59:41 +08:00
neotf
3665ad672e
feat: support claude cache and thinking for upstream [OpenRouter] ( #983 )
...
* feat: support claude cache for upstream [OpenRouter]
* feat: support claude thinking for upstream [OpenRouter]
* feat: reasoning is common params for OpenRouter
2025-06-05 17:35:48 +08:00