- 05 Jan, 2026 1 commit
-
-
Seefs committed
-
- 04 Jan, 2026 4 commits
-
-
fix: 修复 gemini 文件类型不支持 image/jpg
Calcium-Ion committed -
Xyfacai committed
-
Seefs committed
-
CaIon committed
-
- 03 Jan, 2026 16 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
-
Seefs committed
-
Seefs committed
-
- 02 Jan, 2026 4 commits
-
-
RedwindA committed
-
- Add initialLoaded state to track first data load completion - Set isCollapsed to null initially, determined after data loads - Show loading state on button and description text before data arrives - Remove auto-collapse effect that caused visual flicker - Add i18n translations for loading states (en/fr/ja/ru/vi/zh) Fixes issue where component would collapse/expand after data loads, causing visual flicker when navigating to personal settings page.
RedwindA committed -
feat(checkin): add check-in functionality
Calcium-Ion committed -
CaIon committed
-
- 01 Jan, 2026 1 commit
-
-
CaIon committed
-
- 31 Dec, 2025 5 commits
- 30 Dec, 2025 7 commits
-
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
feat: flush response writer after copying body
Calcium-Ion committed -
feitianbubu committed
-
根本原因: 1. 在OaiStreamHandler流式处理函数中,调用applyUsagePostProcessing(info, usage, nil)时传入的responseBody为nil,导致无法从响应体中提取缓存tokens。 2. 两个渠道的cached_tokens位置不同: - 智普:标准位置 usage.prompt_tokens_details.cached_tokens - Moonshot:非标准位置 choices[].usage.cached_tokens 处理方案: 1. 传递body信息到applyUsagePostProcessing中 2. 拆分智普和Moonshot的解析,并为Moonshot单独写一个解析方法。
John Chen committed -
Hackerxiao committed
-
- 29 Dec, 2025 2 commits
-
-
- Add Proxy: http.ProxyFromEnvironment to default transport - Allow users to set global proxy via Docker environment variables - Per-channel proxy settings still override global proxy - Fully backward compatible
wwalt1a committed -
- wan2.6系列生图与编辑,适配多图生成计费 - wan2.5系列生图与编辑 - z-image-turbo生图,适配prompt_extend计费
CaIon committed
-