- 21 Jan, 2025 1 commit
-
-
The issue was caused by the `omitempty` tag in the Go struct, which prevented the `temperature` field from being included in the JSON output when it was set to 0. Signed-off-by: Butui Hu <hot123tea123@gmail.com>
Butui Hu committed
-
- 08 Jan, 2025 1 commit
-
-
Update IP restriction messages for clarity in English localization and placeholder text in EditToken component. Enhanced user guidance by specifying that leaving the IP field blank means no restrictions.
1808837298@qq.com committed
-
- 06 Jan, 2025 4 commits
-
-
refactor: access_token auth
Calcium-Ion committed -
- Implemented conditional logic to double the streaming timeout for models starting with "o1" or "o3". - Improved handling of streaming timeout configuration to enhance performance based on model type.
1808837298@qq.com committed -
- Changed base image from Node.js to Bun for improved performance. - Replaced npm install with bun install for dependency management. - Updated build command to use Bun for building the application. - Added new bun.lockb file to track Bun dependencies.
1808837298@qq.com committed -
Enhance user search functionality to support ID and keyword searches. Updated query conditions to allow searching by user ID alongside username, email, and display name. Improved handling of numeric and string keywords in search queries.
1808837298@qq.com committed
-
- 05 Jan, 2025 8 commits
-
-
Fix channel model length issue
Calcium-Ion committed -
1808837298@qq.com committed
-
1808837298@qq.com committed
-
Calcium-Ion committed
-
Calcium-Ion committed
-
Fixes #691 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Calcium-Ion/new-api/issues/691?shareId=XXXX-XXXX-XXXX-XXXX).
Calcium-Ion committed -
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- 04 Jan, 2025 4 commits
-
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- 03 Jan, 2025 3 commits
-
-
Calcium-Ion committed
-
iszcz committed
-
1808837298@qq.com committed
-
- 02 Jan, 2025 1 commit
-
-
1808837298@qq.com committed
-
- 01 Jan, 2025 2 commits
-
-
fix: try to fix pgsql #685
Calcium-Ion committed -
delph1s committed
-
- 31 Dec, 2024 7 commits
-
-
Calcium-Ion committed
-
Update channel-test.go
Calcium-Ion committed -
CalciumIon committed
-
- Updated GetAllRedemptions and SearchRedemptions functions to return total count along with paginated results. - Modified API endpoints to accept page size as a parameter, enhancing flexibility in data retrieval. - Adjusted RedemptionsTable component to support pagination and display total count, improving user experience. - Ensured consistent handling of pagination across related components, including LogsTable and UsersTable.
CalciumIon committed -
- Updated SearchUsers function to include pagination parameters (startIdx and num) for improved user search results. - Modified API response structure to return paginated data, including total user count and current page information. - Adjusted UsersTable component to handle pagination and search parameters, ensuring a seamless user experience. - Added internationalization support for new search functionality in the UI.
CalciumIon committed -
- Updated GetAllUsers function to return total user count along with paginated results, improving data handling in user retrieval. - Modified GetAllUsers API endpoint to accept page size as a parameter, allowing for dynamic pagination. - Enhanced UsersTable component to support customizable page sizes and improved pagination logic. - Added error handling for empty username and password in AddUser component. - Updated LogsTable component to display pagination information in a user-friendly format.
CalciumIon committed -
iszcz committed
-
- 30 Dec, 2024 9 commits
-
-
CalciumIon committed
-
CalciumIon committed
-
CalciumIon committed
-
CalciumIon committed
-
- Changed the structure of usableGroups in GetUserGroups to store additional information (ratio and description) for each group. - Introduced a new renderRatio function to visually represent group ratios with color coding. - Updated the Playground and EditToken components to utilize the new group structure and rendering options. - Enhanced the renderGroupOption function for better UI representation of group options. - Fixed minor comments and improved code readability.
CalciumIon committed -
fix: use document to build input fix copy command
Calcium-Ion committed -
修复 PostgreSQL 中用户组查询错误
Calcium-Ion committed -
# Conflicts: # model/user.go
CalciumIon committed -
Refactor redis
Calcium-Ion committed
-