- 21 Jan, 2026 7 commits
-
-
feat: TLS_INSECURE_SKIP_VERIFY env
Calcium-Ion committed -
fix: openAI function to gemini function field adjusted to whitelist mode
Calcium-Ion committed -
Revert "fix: video content api Priority use url field"
Calcium-Ion committed -
Seefs committed
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
- 20 Jan, 2026 2 commits
- 19 Jan, 2026 4 commits
-
-
CaIon committed
-
feitianbubu committed
-
feitianbubu committed
-
feitianbubu committed
-
- 15 Jan, 2026 4 commits
- 14 Jan, 2026 2 commits
-
-
* feat: codex channel * feat: codex channel * feat: codex oauth flow * feat: codex refresh cred * feat: codex usage * fix: codex err message detail * fix: codex setting ui * feat: codex refresh cred task * fix: import err * fix: codex store must be false * fix: chat -> responses tool call * fix: chat -> responses tool call
Seefs committed -
Seefs committed
-
- 12 Jan, 2026 6 commits
-
-
feat: channel testing supports parameter overriding
Seefs committed -
fix: clean propertyNames for gemini function
Calcium-Ion committed -
* fix: setting ui * fix: rm global.chat_completions_to_responses_policy * fix: rm global.chat_completions_to_responses_policy
Seefs committed -
feat: status code auto-disable configuration
Seefs committed -
Seefs committed
-
dean committed
-
- 11 Jan, 2026 2 commits
- 10 Jan, 2026 1 commit
-
-
feitianbubu 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 3 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
-