- 19 Jun, 2025 4 commits
-
-
creamlike1024 committed
-
creamlike1024 committed
-
creamlike1024 committed
-
Fix Vertex channel global region format for claude models
Calcium-Ion committed
-
- 18 Jun, 2025 2 commits
- 17 Jun, 2025 18 commits
-
-
feat: improve gemini thinking budget adaption
Calcium-Ion committed -
RedwindA committed
-
CaIon committed
-
fix(relay): refine error message for unsupported MIME types and enhance error handling in OpenAI wrapper
CaIon committed -
CaIon committed
-
CaIon committed
-
feat(file_decoder): add debug logging for MIME type detection when handling application/octet-stream
CaIon committed -
CaIon committed
-
feat: auto分组
Calcium-Ion committed -
✨ CaIon committed -
✨ CaIon committed -
CaIon committed
-
CaIon committed
-
CaIon committed
-
fix(audio): :bugs: fix webm audio strconv.ParseFloat: parsing "N/A"
Calcium-Ion committed -
Fix: optimize Redis expiration handling and refactor cache duration retrieval
Calcium-Ion committed -
chenjm committed
-
chenjm committed
-
- 16 Jun, 2025 14 commits
-
-
🔧 🔧 refactor(redis): replace direct constant usage with RedisKeyCacheSeconds function for cache durationRedwindA committed -
🔧 RedwindA committed -
CaIon committed
-
CaIon committed
-
feat(Gemini): implement thinking budget control in model name
Calcium-Ion committed -
fix: enabled hot reload SyncOptions
Calcium-Ion committed -
creamlike1024 committed
-
🔧 CaIon committed -
Apple\Apple committed
-
🐛 Summary • Added stable, descending sort to `GetAnnouncements()` so that the API always returns the latest announcements first. • Introduced helper `getPublishTime()` to safely parse `publishDate` (RFC 3339) and fall back to zero value on failure. • Switched to `sort.SliceStable` for deterministic ordering when timestamps are identical. • Imported the standard `sort` package and removed redundant, duplicate date parsing. Impact Front-end no longer needs to perform client-side sorting; the latest announcement is guaranteed to appear at the top on all platforms and clients.
Apple\Apple committed -
RedwindA committed
-
修复Azure渠道对responses API的兼容性支持 - 为Azure渠道添加对responses API的特殊处理 - 兼容微软新…
Calcium-Ion committed -
fix: include group in payload for playground
Calcium-Ion committed -
🔧 CaIon committed
-
- 15 Jun, 2025 2 commits
-
-
✨ * backend - model: add `Remark` field (varchar 255, `json:"remark,omitempty"`); AutoMigrate handles schema change automatically - controller: * accept `remark` on user create/update endpoints * hide remark from regular users (`GetSelf`) by zero-ing the field before JSON marshalling * clarify inline comment explaining the omitempty behaviour * frontend (React / Semi UI) - AddUser.js & EditUser.js: add “Remark” input for admins - UsersTable.js: * remove standalone “Remark” column * show remark as a truncated Tag next to username with Tooltip for full text * import Tooltip component - i18n: reuse existing translations where applicable This commit enables administrators to label users with private notes while ensuring those notes are never exposed to the users themselves.Apple\Apple committed -
🐛 RedwindA committed
-