Releases: sdcb/chats
r-545
Docker
Description | Docker Image |
---|---|
r545 | docker.io/sdcb/chats:r545 |
Linux x64 | docker.io/sdcb/chats:r545-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r545-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r545-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r545-nanoserver-ltsc2022 |
Windows Nano Server LTSC 2025 | docker.io/sdcb/chats:r545-nanoserver-ltsc2025 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.zip | https://io.starworks.cc:88/chats/r545/chats-win-x64.zip |
chats-linux-x64.zip | https://io.starworks.cc:88/chats/r545/chats-linux-x64.zip |
chats-linux-arm64.zip | https://io.starworks.cc:88/chats/r545/chats-linux-arm64.zip |
chats-linux-musl-x64.zip | https://io.starworks.cc:88/chats/r545/chats-linux-musl-x64.zip |
chats-linux-musl-arm64.zip | https://io.starworks.cc:88/chats/r545/chats-linux-musl-arm64.zip |
chats-osx-arm64.zip | https://io.starworks.cc:88/chats/r545/chats-osx-arm64.zip |
chats-osx-x64.zip | https://io.starworks.cc:88/chats/r545/chats-osx-x64.zip |
chats-fe.zip | https://io.starworks.cc:88/chats/r545/chats-fe.zip |
chats.zip | https://io.starworks.cc:88/chats/r545/chats.zip |
be-src.zip | https://io.starworks.cc:88/chats/r545/be-src.zip |
NOTE:
Replace r545
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.zip
Highlights
- Added support for OpenRouter.ai's model providers, including the built-in web search feature and OpenRouter.ai's unique chain-of-thought representation.
- Optimized the UI for the quick add model dialog.
- Modified the Azure OpenAI icon.
DB Migration
- SQL Server: https://github.com/sdcb/chats/blob/698c973c07bcabde20e3b1c1b398daa1ff8be66b/src/scripts/db-migration/2025/20250305-openrouter.sql
- SQLite: https://gist.github.com/sdcb/94302f37ebd7ae9d270b3f92dabb50ab
Full Changelogs
Commits between r-541
and 698c973c07bcabde20e3b1c1b398daa1ff8be66b
:
r-541
Docker
Description | Docker Image |
---|---|
r541 | docker.io/sdcb/chats:r541 |
Linux x64 | docker.io/sdcb/chats:r541-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r541-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r541-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r541-nanoserver-ltsc2022 |
Windows Nano Server LTSC 2025 | docker.io/sdcb/chats:r541-nanoserver-ltsc2025 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.zip | https://io.starworks.cc:88/chats/r541/chats-win-x64.zip |
chats-linux-x64.zip | https://io.starworks.cc:88/chats/r541/chats-linux-x64.zip |
chats-linux-arm64.zip | https://io.starworks.cc:88/chats/r541/chats-linux-arm64.zip |
chats-linux-musl-x64.zip | https://io.starworks.cc:88/chats/r541/chats-linux-musl-x64.zip |
chats-linux-musl-arm64.zip | https://io.starworks.cc:88/chats/r541/chats-linux-musl-arm64.zip |
chats-osx-arm64.zip | https://io.starworks.cc:88/chats/r541/chats-osx-arm64.zip |
chats-osx-x64.zip | https://io.starworks.cc:88/chats/r541/chats-osx-x64.zip |
chats-fe.zip | https://io.starworks.cc:88/chats/r541/chats-fe.zip |
chats.zip | https://io.starworks.cc:88/chats/r541/chats.zip |
be-src.zip | https://io.starworks.cc:88/chats/r541/be-src.zip |
NOTE:
Replace r541
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.zip
Highlights
- Removed all other SDKs, keeping only the OpenAI SDK. This means all 17 model providers now use the OpenAI .NET SDK for chat and conversation.
- Added support for the Volcano Ark engine, including the Doubao model and DeepSeek related to Volcano Ark.
- Integrated the DeepSeek model into Baidu's Wenxin Qianfan large model platform.
- Integrated the DeepSeek model into Alibaba's Lingji large model platform.
- Upgraded Google Gemini 2.0 Lite to the official version.
- Added version number display to the admin interface on the frontend.
- Optimized the display of "thinking" on the frontend.
- All model providers now support the use of custom addresses.
- Added internet search support for iFlytek Spark and Zhipu Qingyan.
- When a model provider has too many models, a vertical scrollbar is now available.
- When there is a configuration error with a model during a chat, more specific error messages are now provided.
DB Migration
- for SQL Server: https://github.com/sdcb/chats/blob/3c72c1cea2e3b87a7f4dba71061f89fb65f087f1/src/scripts/db-migration/2025/20250224-more-ds.sql
- for SQLite(generated by LLM): https://gist.github.com/sdcb/039a06fd550524da617e911f728bcd47
Full Changelogs
Commits between r-513
and 3c72c1cea2e3b87a7f4dba71061f89fb65f087f1
:
- Merge pull request #70 from sdcb/dev
- fix ds-r1 reasoning time invalid
- Merge pull request #69 from sdcb/dev
- correct doubao numbers
- fix some frontend issues
- Merge branch 'dev' of https://github.com/sdcb/chats into dev
- confirmed doubao works
- Merge branch 'dev' of private:sdcb/chats into dev
- change usermessage display width
- update scripts
- add dashscope r1
- update initial data
- Merge branch 'dev' of https://github.com/sdcb/chats into dev
- multiple search worked
- fix data issue
- Merge branch 'dev' of private:sdcb/chats into dev
- fix model display issues
- Merge branch 'dev' of private:sdcb/chats into dev
- combine sql
- reasoning time
- Merge branch 'dev' of https://github.com/sdcb/chats into dev
- qianfan r1
- add reasoning time display
- add reasoning time/version display
- fix long text display issues
- add SetWebSearchEnabled_XunfeiStyle
- all model provider need configure initial host
- confirmed removed dashscope sdk
- add build-binaries-non-release
- matrix.id
- only build exe when is-release or win/x64
- qianfan now can search
- fix qianfan
- remove qianfan sdk
- cost translation
- drop hunyuan sdk
- upgrade all packages
r-513
Docker
Description | Docker Image |
---|---|
r513 | docker.io/sdcb/chats:r513 |
Linux x64 | docker.io/sdcb/chats:r513-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r513-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r513-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r513-nanoserver-ltsc2022 |
Windows Nano Server LTSC 2025 | docker.io/sdcb/chats:r513-nanoserver-ltsc2025 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.zip | https://io.starworks.cc:88/chats/r513/chats-win-x64.zip |
chats-linux-x64.zip | https://io.starworks.cc:88/chats/r513/chats-linux-x64.zip |
chats-linux-arm64.zip | https://io.starworks.cc:88/chats/r513/chats-linux-arm64.zip |
chats-linux-musl-x64.zip | https://io.starworks.cc:88/chats/r513/chats-linux-musl-x64.zip |
chats-linux-musl-arm64.zip | https://io.starworks.cc:88/chats/r513/chats-linux-musl-arm64.zip |
chats-osx-arm64.zip | https://io.starworks.cc:88/chats/r513/chats-osx-arm64.zip |
chats-osx-x64.zip | https://io.starworks.cc:88/chats/r513/chats-osx-x64.zip |
chats-fe.zip | https://io.starworks.cc:88/chats/r513/chats-fe.zip |
chats.zip | https://io.starworks.cc:88/chats/r513/chats.zip |
be-src.zip | https://io.starworks.cc:88/chats/r513/be-src.zip |
NOTE:
Replace r513
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.zip
Full Changelogs
Commits between r-511
and fb4ce378d43635aedbc8a1a9716619c0de257584
:
r-511
Docker
Description | Docker Image |
---|---|
r511 | docker.io/sdcb/chats:r511 |
Linux x64 | docker.io/sdcb/chats:r511-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r511-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r511-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r511-nanoserver-ltsc2022 |
Windows Nano Server LTSC 2025 | docker.io/sdcb/chats:r511-nanoserver-ltsc2025 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.zip | https://io.starworks.cc:88/chats/r511/chats-win-x64.zip |
chats-linux-x64.zip | https://io.starworks.cc:88/chats/r511/chats-linux-x64.zip |
chats-linux-arm64.zip | https://io.starworks.cc:88/chats/r511/chats-linux-arm64.zip |
chats-linux-musl-x64.zip | https://io.starworks.cc:88/chats/r511/chats-linux-musl-x64.zip |
chats-linux-musl-arm64.zip | https://io.starworks.cc:88/chats/r511/chats-linux-musl-arm64.zip |
chats-osx-arm64.zip | https://io.starworks.cc:88/chats/r511/chats-osx-arm64.zip |
chats-osx-x64.zip | https://io.starworks.cc:88/chats/r511/chats-osx-x64.zip |
chats-fe.zip | https://io.starworks.cc:88/chats/r511/chats-fe.zip |
chats.zip | https://io.starworks.cc:88/chats/r511/chats.zip |
be-src.zip | https://io.starworks.cc:88/chats/r511/be-src.zip |
NOTE:
Replace r511
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.zip
Highlights
- [eng] Added ReleaseWebhook to increment build speed
- [rel] Added Windows Server 2025 docker build
- [FE] fixed one of the frontend expierence issue
- [rel] Not build r2r release anymore
- [rel] Not provide 7z release anymore
Full Changelogs
Commits between r-475
and 3980d1e6e7b26030f860fbbf44cf68d50f1da425
:
- Merge pull request #66 from sdcb/dev
- no draft
- optimize curl
- prod ready
- zip
- confirmed async working
- move async into ahead
- add async upload
- add async version
- code using english
- it's http2
- check status
- add a touch
- only wait 10s in webhook
- not publis r2r anymore
- fix no fe issue
- add ltsc 2025
- Merge branch 'dev' of https://github.com/sdcb/chats into dev
- optimize
- Merge branch 'dev' of private:sdcb/chats into dev
- add session expired message
- add chat model check
- check what's happened
- add ws2025
- fix
- check what's happening
- try optimize
- try zip and upload
- show files
- fix deploy webhook
- specify timeout
- let's go
- try get changes
- test create release
- debug release all
- correct eng path
- supports sync one
- only master create release
- goes with is_release=true
- fix is release/run_id
- use as step output
- fix Set IS_RELEASE
- is release
- don't delete build artifacts
- goes with webhook to upload artifacts
- dev also works
- rename
- try publish docker
- add release-webhook
- yi max token should be 4096
r-475
Full Changelogs
Docker
Description | Docker Image |
---|---|
r475 | docker.io/sdcb/chats:r475 |
Linux x64 | docker.io/sdcb/chats:r475-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r475-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r475-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r475-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r475/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r475/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r475/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r475/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r475/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r475/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r475/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r475/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r475/chats.7z |
NOTE:
Replace r475
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-471
Full Changelogs
Docker
Description | Docker Image |
---|---|
r471 | docker.io/sdcb/chats:r471 |
Linux x64 | docker.io/sdcb/chats:r471-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r471-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r471-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r471-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r471/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r471/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r471/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r471/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r471/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r471/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r471/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r471/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r471/chats.7z |
NOTE:
Replace r471
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
Highlights
- fixed 01.yi response issue
- sqlite migration script: https://github.com/sdcb/chats/blob/c1a779d31bebbfd4d3eedd0c1a2c867156ee9987/src/scripts/db-migration/2025/20250212-yi.sqlite.sql
r-469
Full Changelogs
Docker
Description | Docker Image |
---|---|
r469 | docker.io/sdcb/chats:r469 |
Linux x64 | docker.io/sdcb/chats:r469-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r469-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r469-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r469-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r469/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r469/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r469/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r469/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r469/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r469/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r469/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r469/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r469/chats.7z |
NOTE:
Replace r469
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
Highlights:
- Fixed a upload file button display issue
- Fixed a bug cause page unexpectedly scroll when edit user message
- Fixed SiliconFlow can't talk with DeepSeek-V3
- SQL Migration script(sqlite):
UPDATE `ModelReference`
SET `MaxResponseTokens` = 4096
WHERE `Id` = 1702;
UPDATE `ModelReference`
SET `MaxResponseTokens` = 4096
WHERE `Id` = 1703;
- SQL Migration script(SQL Server):
https://github.com/sdcb/chats/blob/main/src/scripts/db-migration/2025/20250211-siliconflow-ds-v3.sql
r-464
Full Changelogs
Docker
Description | Docker Image |
---|---|
r464 | docker.io/sdcb/chats:r464 |
Linux x64 | docker.io/sdcb/chats:r464-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r464-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r464-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r464-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r464/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r464/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r464/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r464/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r464/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r464/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r464/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r464/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r464/chats.7z |
NOTE:
Replace r464
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-459
Full Changelogs
Docker
Description | Docker Image |
---|---|
r459 | docker.io/sdcb/chats:r459 |
Linux x64 | docker.io/sdcb/chats:r459-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r459-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r459-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r459-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r459/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r459/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r459/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r459/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r459/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r459/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r459/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r459/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r459/chats.7z |
NOTE:
Replace r459
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
Highlights
- Support DeepSeek-R1 reasoning chain correct handling, specifically includes 2 type of reasoning chain:
- reasoning_content in message SSE response
- tag in general response
output2.mp4
- Add support for ollama(or OpenAI api compatible) DeepSeek-R1 support(also included reasoning chain correct handling)
- Add search criterial in model key management page
- Add search criterial in model management page
- Add rank edit modify in model dialog
r-428
Full Changelogs
Docker
Description | Docker Image |
---|---|
r428 | docker.io/sdcb/chats:r428 |
Linux x64 | docker.io/sdcb/chats:r428-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r428-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r428-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r428-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r428/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r428/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r428/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r428/chats.7z |
NOTE:
Replace r428
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
Highlights
- Added o3-mini support(in Azure OpenAI/OpenAI/Github Models)
- Added DeepSeek-R1 in Github Models
- DB Migration script: https://github.com/sdcb/chats/blob/cfde0b4b5674a2d103486857efe003f46a8b2e99/src/scripts/db-migration/2025/20250201-o3-mini.sql