- 06 Jan, 2025 3 commits
-
-
- 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 7 commits
-
-
Fix channel model length issue
Calcium-Ion 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 13 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 -
CalciumIon committed
-
迷糊虫 committed
-
CalciumIon committed
-
- 修复 model/user.go 中的 SQL 查询,使用双引号将 group 列名括起来 - 对于 PostgreSQL 数据库,`group` 是保留关键字,需要用双引号括起来避免语法错误。该修改确保了代码在 PostgreSQL 和其他数据库(如 MySQL)中都能正常工作。
Mageia committed
-