- 12 Jan, 2026 3 commits
- 11 Jan, 2026 1 commit
-
-
* feat: /v1/chat/completion -> /v1/response
Seefs committed
-
- 09 Jan, 2026 6 commits
-
-
fix(gemini): fetch model list via native v1beta/models endpoint
Seefs committed -
fix: remove Minimax from FETCHABLE channels
Seefs committed -
RedwindA committed
-
RedwindA committed
-
RedwindA committed
-
Use the native Gemini Models API (/v1beta/models) instead of the OpenAI-compatible path when listing models for Gemini channels, improving compatibility with third-party Gemini-format providers that don't implement OpenAI routes. - Add paginated model listing with timeout and optional proxy support - Select an enabled key for multi-key Gemini channels
RedwindA committed
-
- 07 Jan, 2026 1 commit
-
-
CaIon committed
-
- 06 Jan, 2026 2 commits
- 05 Jan, 2026 9 commits
-
-
问题描述: - 使用 auto 分组的令牌调用 /v1/videos 等 Task 接口时,虽然任务能成功创建, 但使用日志不显示记录,且不会扣费 根本原因: - Distribute 中间件在选择渠道后,会将实际选中的分组存储在 ContextKeyAutoGroup 中 - 但 RelayTaskSubmit 函数没有从 context 中读取这个值来更新 info.UsingGroup - 导致 info.UsingGroup 始终是 "auto" 而不是实际选中的分组(如 "sora2逆") - 当 auto 分组的倍率配置为 0 时,quota 计算结果为 0 - 日志记录条件 "if quota != 0" 不满足,导致日志不记录、不扣费 修复方案: - 在 RelayTaskSubmit 函数中计算分组倍率之前,添加从 ContextKeyAutoGroup 获取实际分组的逻辑 - 使用安全的类型断言,避免潜在的 panic 风险 影响范围: - 仅影响 Task Relay 流程(/v1/videos, /suno, /kling 等接口) - 不影响使用具体分组令牌的调用 - 不影响其他 Relay 类型(chat/completions 等已有类似处理逻辑)
郑伯涛 committed -
Seefs committed
-
xiangsx committed
-
CaIon committed
-
Seefs committed
-
fix: add tips for model management and channel testing
Seefs committed -
fix: fix the proxyURL is empty, not using the default HTTP client configuration && the AWS calling side did not apply the relay timeout.
Calcium-Ion committed -
Seefs committed
-
fix: fix the proxyURL is empty, not using the default HTTP client configuration && the AWS calling side did not apply the relay timeout.
Seefs committed
-
- 04 Jan, 2026 4 commits
-
-
fix: 修复 gemini 文件类型不支持 image/jpg
Calcium-Ion committed -
Xyfacai committed
-
Seefs committed
-
CaIon committed
-
- 03 Jan, 2026 14 commits
-
-
Seefs committed
-
* fix: fix model deployment style issues, lint problems, and i18n gaps. * fix: adjust the key not to be displayed on the frontend, tested via the backend. * fix: adjust the sidebar configuration logic to use the default configuration items if they are not defined.
Seefs committed -
fix: gemini request -> openai tool call
Calcium-Ion committed -
feat: check-in feature integrates Turnstile security check
Calcium-Ion committed -
* feat: add support for Doubao /v1/responses
Seefs committed -
Seefs committed
-
Seefs committed
-
Seefs committed
-
移除gorm:"default:false",避免每次 AutoMigrate时都执行ALTER TABLE `tokens` MODIFY COLUMN `cross_group_retry` boolean DEFAULT false 且bool默认false不影响原有功能
feitianbubu committed -
feat: add parameter coverage for the operations: copy, trim_prefix, trim_suffix, ensure_prefix, ensure_suffix, trim_space, to_lower, to_upper, replace, and regex_replace
Seefs committed -
Seefs committed
-
Seefs committed
-
Seefs committed
-
Seefs committed
-