- 06 Feb, 2025 1 commit
-
-
- 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
-
- 04 Feb, 2025 2 commits
-
-
- 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
-
- 01 Feb, 2025 3 commits
-
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
1808837298@qq.com committed
-
- 27 Jan, 2025 2 commits
-
-
feat: 新增渠道管理与模型列表获取
Calcium-Ion committed -
1808837298@qq.com committed
-
- 26 Jan, 2025 1 commit
-
-
1808837298@qq.com committed
-
- 25 Jan, 2025 7 commits
-
-
1808837298@qq.com committed
-
Calcium-Ion committed
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
Calcium-Ion committed
-
- 24 Jan, 2025 1 commit
-
-
Seefs committed
-
- 22 Jan, 2025 5 commits
-
-
1808837298@qq.com committed
-
Fix temperature not being set to 0 due to json omitempty
Calcium-Ion committed -
1808837298@qq.com committed
-
1808837298@qq.com committed
-
H committed
-
- 21 Jan, 2025 5 commits
-
-
1808837298@qq.com committed
-
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 -
fix: incorrect whisper audio usage
Calcium-Ion committed -
Feat: 日志查询增加渠道名称显示
Calcium-Ion committed -
feat: 更新模型和模型倍率
Calcium-Ion committed
-
- 20 Jan, 2025 1 commit
-
-
HynoR committed
-
- 17 Jan, 2025 1 commit
-
-
沈浩 committed
-
- 13 Jan, 2025 1 commit
-
-
H committed
-
- 09 Jan, 2025 2 commits