1808837298@qq.com
bb1358ca47
refactor: improve SSE response handling in Playground
...
- Simplify event listener logic for streaming responses
- Add null-safe checks for payload content
- Optimize message generation and completion flow
2025-02-10 20:24:14 +08:00
Calcium-Ion
220946cfc3
Merge pull request #736 from xy3xy3/main
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
更正硅基流动的SenseVoiceSmall模型名字
v0.4.6.9
2025-02-09 12:23:34 +07:00
Calcium-Ion
b7a947ee78
Merge pull request #742 from HynoR/chore/ds
...
chore: 同步deepseek价格
2025-02-09 12:23:10 +07:00
HynoR
efe01aee42
chore: 同步deepseek价格
2025-02-09 12:35:37 +08:00
xy3
30cbcac15a
更正硅基流动的SenseVoiceSmall模型名字
2025-02-08 11:54:08 +08:00
e.
2c255b6598
Merge pull request #2 from jyc001/dev
...
fix: correct JSON tags for `Prompt` and `Suffix` in `GeneralOpenAIReq…
2025-02-08 00:37:37 +08:00
e.
bec1b752d6
fix: correct JSON tags for Prompt and Suffix in GeneralOpenAIRequest
2025-02-08 00:36:42 +08:00
e.
ca10ec1a0c
Merge pull request #1 from jyc001/dev
...
Dev
2025-02-08 00:25:49 +08:00
e.
cbca378e61
feat: add Suffix to GeneralOpenAIRequest in order to support FIM
2025-02-08 00:25:08 +08:00
e.
02bb1c6580
feat add FIM support for siliconflow
2025-02-08 00:23:35 +08:00
1808837298@qq.com
276f9991c5
fix: channels model_mapping
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.8.1
2025-02-06 19:51:33 +08:00
1808837298@qq.com
df848c3a1b
fix: update logs table total count display
...
- Replace `logs.length` with `logCount` in pagination information
- Ensure accurate total log count is displayed in the logs table
2025-02-06 14:56:23 +08:00
Calcium-Ion
4eefb778cf
Merge pull request #727 from HynoR/feat/autogemini
...
chore: 同步gemini模型
2025-02-06 13:43:13 +07:00
1808837298@qq.com
c8a8526ff3
feat: modify channel model_mapping column type to TEXT
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 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
v0.4.6.8
2025-02-06 14:35:14 +08:00
HynoR
f062c3596d
chore: sync gemini aistudio model
2025-02-06 13:32:19 +08:00
kuwork
fdebb6e6e8
Merge branch 'main' into main
2025-02-04 22:52:37 +08:00
1808837298@qq.com
906516fb90
feat: add SOCKS5 proxy authentication support
...
- 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
2025-02-04 18:10:25 +08:00
1808837298@qq.com
881be9a3ec
feat: add demo site configuration flag
...
- Introduce `DemoSiteEnabled` variable in operation settings
- Provide a configurable flag to enable/disable demo site functionality
2025-02-04 14:15:01 +08:00
1808837298@qq.com
80f60109cf
feat: add Azure default API version configuration
...
- 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
2025-02-03 22:38:23 +08:00
1808837298@qq.com
c2702a7125
feat: enhance model name handling and logging
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 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
v0.4.6.7
2025-02-03 15:06:46 +08:00
1808837298@qq.com
e641fb346e
feat: add reasoning effort logging and display
...
- 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
2025-02-03 14:44:40 +08:00
1808837298@qq.com
587ed2afae
fix: improve reasoning effort model suffix handling
...
- 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
2025-02-03 14:34:00 +08:00
1808837298@qq.com
b010700391
fix: update reasoning effort model suffix parsing
...
- Modify model suffix parsing to use hyphen-separated suffixes
- Ensure consistent parsing of `-high`, `-medium`, and `-low` reasoning effort indicators
2025-02-03 14:23:26 +08:00
1808837298@qq.com
0b2585ed52
feat: add reasoning effort configuration for models
...
- 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
2025-02-03 14:22:34 +08:00
1808837298@qq.com
14f6ba91eb
feat: add other_setting docs link
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.6
2025-02-02 22:18:37 +08:00
1808837298@qq.com
5c8af189eb
feat: support channel request proxy
2025-02-02 22:15:06 +08:00
1808837298@qq.com
c81e23b0e4
f*** o3-mini
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.5.1
2025-02-01 14:11:34 +08:00
1808837298@qq.com
709dd8fc40
Merge remote-tracking branch 'origin/main'
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.5
2025-02-01 13:41:38 +08:00
1808837298@qq.com
4131304c1f
feat: add support for o3-mini models in model ratio and request handling
2025-02-01 13:41:25 +08:00
Calcium-Ion
4d862f10af
Merge pull request #694 from yinuan-i/main
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
feat: 新增渠道管理与模型列表获取
v0.4.6.4
2025-01-27 12:34:57 +07:00
1808837298@qq.com
4470ef97f2
fix: clear channel name in user logs
2025-01-27 13:31:24 +08:00
1808837298@qq.com
b6bae9dc3a
feat: enhance model ratio lookup with case-insensitive and direct matching
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.3
2025-01-26 16:07:41 +08:00
1808837298@qq.com
2993ce37a9
fix: update DeepSeek reasoner model ratio check
2025-01-25 23:09:14 +08:00
Calcium-Ion
56c39ef135
Merge pull request #715 from seefs001/main
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.2.2
2025-01-25 13:00:23 +07:00
Seefs
ae94a74e87
Merge remote-tracking branch 'origin/main'
2025-01-25 12:59:28 +07:00
Seefs
68bdb7002d
fix: display docker build error
2025-01-25 12:58:08 +07:00
Seefs
761e2fb7cc
Merge branch 'Calcium-Ion:main' into main
2025-01-25 12:56:08 +07:00
Seefs
aab25415ab
fix: remove ffmpeg-tools
2025-01-25 12:55:40 +07:00
Calcium-Ion
01f4a5ff9b
Merge pull request #713 from seefs001/main
2025-01-25 12:55:01 +07:00
NitroRCr
259e1ba3e2
feat: add chat link for AIaW
2025-01-25 11:57:54 +08:00
Seefs
b96133eaf7
fix: log filename format
2025-01-24 21:09:54 +07:00
Jerry
fcc32ffbc9
Fix M3E not working
2025-01-23 05:54:39 +08:00
1808837298@qq.com
7d402cff8c
chore: update Node.js version in CI workflows from 16 to 18
2025-01-22 13:47:41 +08:00
Calcium-Ion
f2e1447cc6
Merge pull request #710 from hubutui/main
...
Fix temperature not being set to 0 due to json omitempty
2025-01-22 12:44:48 +07:00
1808837298@qq.com
a2867cceb8
chore: add ffmpeg-tools to Dockerfile for enhanced multimedia processing
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
v0.4.6.2.1
2025-01-22 13:41:46 +08:00
1808837298@qq.com
1ae20bdd89
refactor: update log queries to explicitly reference 'logs' table for clarity and consistency
2025-01-22 13:37:32 +08:00
Jerry
215846bf73
fix : chanel test did not refresh
2025-01-22 13:16:06 +08:00
H.
675cb9b7f3
Merge branch 'Calcium-Ion:main' into main
2025-01-22 13:12:14 +08:00
Jerry
8e2059b898
Support for MokaAI M3E
2025-01-22 04:21:08 +08:00
1808837298@qq.com
71c75b4ea2
CI: update workflows
2025-01-21 16:24:07 +08:00