RedwindA
|
342bf59c91
|
fix: 调整Disable Ping标志的设置位置
|
2025-08-07 06:18:22 +08:00 |
|
RedwindA
|
b2597206f3
|
fix a typo in comment
|
2025-08-07 01:11:01 +08:00 |
|
RedwindA
|
d6dea7d082
|
fix: 修复 FetchUpstreamModels 函数中 AuthHeader 的使用,确保正确处理 多key聚合的情况
|
2025-08-07 01:01:45 +08:00 |
|
RedwindA
|
14ee6651b4
|
refactor: 移除 GoogleOpenAI 兼容模型相关结构体,简化 FetchUpstreamModels 函数逻辑
|
2025-08-07 00:54:48 +08:00 |
|
RedwindA
|
b0dc31c414
|
fix(web): 修复模型倍率设置中添加新模型时输入框锁定的问题
|
2025-08-05 23:18:42 +08:00 |
|
RedwindA
|
e06d0ba0e4
|
fix: 修正nothinking判断逻辑,确保仅当预算为零时返回true
|
2025-07-20 17:35:34 +08:00 |
|
RedwindA
|
20c132bf13
|
禁用原生Gemini模式中的ping保活
|
2025-07-18 23:39:01 +08:00 |
|
RedwindA
|
4d9b5bcf48
|
增加 DisablePing 字段以控制是否发送自定义 Ping
|
2025-07-18 23:38:35 +08:00 |
|
RedwindA
|
3368b26880
|
🐛 fix: Add nil check for xaiResponse.Usage before calculating CompletionTokens
|
2025-07-14 21:40:15 +08:00 |
|
RedwindA
|
f30a0f7783
|
🐛 fix: Use correct dto for non-stream xai
|
2025-07-14 21:32:31 +08:00 |
|
RedwindA
|
bc65c82745
|
🎨 feat(channel-test): Enhance request conversion for Embedding models and update input type
|
2025-07-14 16:59:48 +08:00 |
|
RedwindA
|
98d1da6fcc
|
fix: 调整初始化顺序以避免写入日志失败
|
2025-07-12 02:23:10 +08:00 |
|
RedwindA
|
98696526d4
|
feat: 支持 xAI 网络搜索
|
2025-07-12 02:22:40 +08:00 |
|
RedwindA
|
4f84fd6a71
|
fix: update model name logic for vertex
|
2025-06-20 16:40:51 +08:00 |
|
RedwindA
|
97e51e442f
|
fix gizmo completion ratio
|
2025-06-19 20:16:04 +08:00 |
|
RedwindA
|
50907a5758
|
Merge remote-tracking branch 'upstream/alpha' into update-gemini-ratio
|
2025-06-19 20:02:27 +08:00 |
|
RedwindA
|
33e46cabb6
|
feat(gemini): add pricing for Gemini 2.5 Flash Lite preview audio input
|
2025-06-18 03:38:58 +08:00 |
|
RedwindA
|
9bc9d40891
|
feat(gemini): update audio input pricing and adjust model handling logic
|
2025-06-18 03:25:59 +08:00 |
|
RedwindA
|
49592897d5
|
feat(ratio): add new Gemini model ratios and enhance flash model handling
|
2025-06-18 01:09:09 +08:00 |
|
RedwindA
|
a004db93c9
|
feat(Gemini): enhance budget clamping logic for Gemini models
|
2025-06-18 00:49:35 +08:00 |
|
RedwindA
|
09ffc364f2
|
🔧 refactor(redis): replace direct constant usage with RedisKeyCacheSeconds function for cache duration
|
2025-06-17 03:24:39 +08:00 |
|
RedwindA
|
e34d3c2160
|
🔧 fix(redis): only set expiration if greater than 0 in RedisHSetObj
|
2025-06-17 02:37:19 +08:00 |
|
RedwindA
|
9209355f7d
|
refactor: replace inline closure with a helper function
|
2025-06-16 19:41:42 +08:00 |
|
RedwindA
|
fe0ff4726d
|
🐛 fix(api): include group in payload for playground
|
2025-06-16 01:12:18 +08:00 |
|
RedwindA
|
45e9607995
|
update i18n
|
2025-06-15 23:40:58 +08:00 |
|
RedwindA
|
1e1a6aae55
|
feat: implement thinking budget control in model name
|
2025-06-15 23:20:41 +08:00 |
|
RedwindA
|
66ffccf164
|
💬 fix(GeminiHelper): clean up empty system instructions in request
|
2025-06-14 19:36:58 +08:00 |
|
RedwindA
|
9cfc7ad3bd
|
update input range and description for thinking adapter budget tokens
|
2025-06-12 18:20:58 +08:00 |
|
RedwindA
|
b9a026ed23
|
🔧 fix(useApiRequest): improve playground SSE error handling and stream completion tracking
|
2025-06-11 02:05:16 +08:00 |
|
RedwindA
|
07a671ec27
|
🐛 fix: update condition to check for empty content in assistant role messages
|
2025-06-09 02:15:39 +08:00 |
|
RedwindA
|
da41545139
|
🐛 fix(Gemini): improve JSON parsing for tool content handling
|
2025-06-08 14:35:56 +08:00 |
|
RedwindA
|
b197dfb95d
|
🐛 fix(EditTagModal): add info banner to clarify modelList behavior
|
2025-06-08 13:23:59 +08:00 |
|
RedwindA
|
18f82f120c
|
🐛 fix(EditTagModal): add fetchTagModels function to retrieve models based on tag
|
2025-06-08 01:16:39 +08:00 |
|
RedwindA
|
c4f664f376
|
🎨 feat(channel): add endpoint to retrieve models by tag
|
2025-06-08 01:16:27 +08:00 |
|
RedwindA
|
546d0140d3
|
🐛 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 |
|
RedwindA
|
894f9b98d9
|
Merge remote-tracking branch 'upstream/main' into fix/ali-embedding
|
2025-06-07 22:32:02 +08:00 |
|
RedwindA
|
7671f82ab6
|
🐛 fix(ali): Remove hardcoding of embedding model names.
|
2025-06-07 22:28:32 +08:00 |
|
RedwindA
|
b8cfb64a45
|
feat: ali rerank
|
2025-06-07 21:29:46 +08:00 |
|
RedwindA
|
eb23dffa04
|
修复2.5-pro的预算范围
|
2025-06-06 01:58:02 +08:00 |
|
RedwindA
|
8add0b1592
|
解决合并冲突
|
2025-06-06 01:29:06 +08:00 |
|
RedwindA
|
d84da74a0a
|
硬编码旧模型,让新2.5pro均支持设置预算
|
2025-06-06 01:22:50 +08:00 |
|
RedwindA
|
2c3464c2c6
|
清理注释
|
2025-06-06 01:09:51 +08:00 |
|
RedwindA
|
f24e2b0d40
|
Fix: Correctly relay FunctionResponse content for Gemini API
|
2025-06-06 00:56:38 +08:00 |
|
RedwindA
|
24abf51b8d
|
修复复制多选令牌按钮的文本
|
2025-06-05 21:29:14 +08:00 |
|
RedwindA
|
098c1e8829
|
refactor: rename RedisHDelObj to RedisDelKey and update references
|
2025-06-05 21:17:57 +08:00 |
|
RedwindA
|
15607996e6
|
fix: change RedisHDelObj to use Del instead of HDel
|
2025-06-05 20:42:56 +08:00 |
|
RedwindA
|
5bb8f2dfed
|
Add DeepWiki Badge in README
|
2025-06-05 02:09:21 +08:00 |
|
RedwindA
|
0827ebd22e
|
fix: 移除流式响应结尾的[Done],以适应Gemini API的行为
|
2025-06-04 15:41:25 +08:00 |
|
RedwindA
|
5e88e76001
|
feat: 支持从 x-goog-api-key header 中获取授权密钥
|
2025-06-04 15:41:25 +08:00 |
|
RedwindA
|
9390cbeea8
|
支持Gemini inline_data的蛇形命名法
|
2025-06-04 02:18:54 +08:00 |
|
RedwindA
|
088abcdedc
|
feat: 增加对GeminiMIME类型的验证
|
2025-06-02 19:00:55 +08:00 |
|
RedwindA
|
7aad5b0479
|
refactor: enhance cleanFunctionParameters for improved handling of JSON schema, including support for $defs and conditional keywords
|
2025-06-01 02:08:13 +08:00 |
|