- 11 Feb, 2025 14 commits
-
-
feat: 添加 AIaW 的聊天链接
Calcium-Ion committed -
Support for MokaAI M3E
Calcium-Ion committed -
- Update max tokens default value to 10
1808837298@qq.com committed -
- Add `Prefix` and `ReasoningContent` fields to Message struct - Add getter and setter methods for `Prefix` - Make `ToolCall.ID` field optional (fix #749)
1808837298@qq.com committed -
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- Add 30-day max age for session cookies - Enable HttpOnly flag - Set SameSite to strict mode
1808837298@qq.com committed -
- Change session cookie path from "/api" to "/" - Remove HttpOnly flag
1808837298@qq.com committed -
- Set session cookie path to "/api" - Disable secure flag for local development - Enable HttpOnly flag for improved security
1808837298@qq.com committed -
fix: always use modelMapping in channel test
Calcium-Ion committed -
1808837298@qq.com committed
-
- 10 Feb, 2025 6 commits
-
-
zjjxwhh committed
-
1808837298@qq.com committed
-
- Update user and wechat controllers to use sessions for user ID - Modify ID retrieval to use `session.Get("id")` instead of `c.GetInt("id")` - Cast session ID to int when creating user object1808837298@qq.com committed -
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- Simplify event listener logic for streaming responses - Add null-safe checks for payload content - Optimize message generation and completion flow
1808837298@qq.com committed
-
- 09 Feb, 2025 3 commits
-
-
更正硅基流动的SenseVoiceSmall模型名字
Calcium-Ion committed -
chore: 同步deepseek价格
Calcium-Ion committed -
HynoR committed
-
- 08 Feb, 2025 1 commit
-
-
xy3 committed
-
- 06 Feb, 2025 5 commits
-
-
1808837298@qq.com committed
-
- Replace `logs.length` with `logCount` in pagination information - Ensure accurate total log count is displayed in the logs table
1808837298@qq.com committed -
chore: 同步gemini模型
Calcium-Ion committed -
- Change `ModelMapping` column type from varchar(1024) to TEXT in channels table - Add MySQL migration script to alter column type during database initialization - Improve database schema flexibility for storing complex model mappings
1808837298@qq.com committed -
HynoR committed
-
- 04 Feb, 2025 3 commits
-
-
kuwork committed
-
- Enhance `NewProxyHttpClient` to handle SOCKS5 proxy authentication - Extract username and password from proxy URL for SOCKS5 proxy configuration - Provide optional authentication for SOCKS5 proxy connections
1808837298@qq.com committed -
- Introduce `DemoSiteEnabled` variable in operation settings - Provide a configurable flag to enable/disable demo site functionality
1808837298@qq.com committed
-
- 03 Feb, 2025 6 commits
-
-
- Introduce `AZURE_DEFAULT_API_VERSION` environment variable - Set default Azure API version to `2024-12-01-preview` - Update README documentation for new environment configuration - Modify Azure channel relay to use default API version when not specified
1808837298@qq.com committed -
- Add `RecodeModelName` to `RelayInfo` struct for more flexible model name tracking - Update text relay and quota consumption to use `RecodeModelName` - Move reasoning effort from admin info to other info in log generation - Ensure consistent model name handling across relay components
1808837298@qq.com committed -
- Add `ReasoningEffort` field to `RelayInfo` struct - Update log generation to include reasoning effort in admin info - Modify logs table component to display reasoning effort when available - Preserve reasoning effort information during request processing
1808837298@qq.com committed -
- Remove model name suffixes after extracting reasoning effort - Update upstream model name to reflect the base model - Ensure clean model name is passed to the upstream service
1808837298@qq.com committed -
- Modify model suffix parsing to use hyphen-separated suffixes - Ensure consistent parsing of `-high`, `-medium`, and `-low` reasoning effort indicators
1808837298@qq.com committed -
- Support setting reasoning effort via model name suffix - Add `-high`, `-medium`, and `-low` suffixes to control reasoning effort - Update README with new model configuration option - Modify OpenAI adaptor to handle reasoning effort settings
1808837298@qq.com committed
-
- 02 Feb, 2025 2 commits
-
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-