8000 Release r-596 · sdcb/chats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

r-596

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 10:59
· 331 commits to main since this release
f931738

Release Notes

🚀 New Features & Enhancements

  • Reasoning Effort Parameter: Added the reasoning effort parameter configuration, supporting adjustable reasoning effort levels ranging from 0 to 3 (#73).
  • Advanced Model Parameters: Introduced functionality allowing users to fine-tune advanced model parameters for better control and management.
  • System Prompt Field: Added a new system prompt field in ChatSpanDto for clearer prompt management.
  • Usage Tracking for Edited Responses: Added support for tracking usage information for edited responses.
  • ChatSpan Model Switching: New API implemented to enable dynamic model switching within ChatSpan conversations.
  • Enhanced Temperature Parameter: Split the temperature parameter into separate minimum (MinTemperature) and maximum (MaxTemperature) parameters, allowing finer-grained control.
  • Enable/Disable Control: Introduced a ToggleEnable interface to easily enable or disable specific functions (#75).

🛠️ Performance and Security Improvements

  • Simplified JWT handling mechanisms for lightweight and easier maintenance.
  • Extracted and optimized DefaultTokenizer for better tokenizer management and reuse.
  • Adjusted and optimized the model-related UI layout for improved user experience.
  • Enhanced chat header information display, creating a cleaner and more concise user interface.
  • Optimized database migration scripts for easier future database updates and maintenance.

🐞 Bug Fixes

  • Fixed an issue causing unexpected deletion of system prompts.
  • Fixed an authorization issue related to admin privileges.
  • Resolved a bug associated with missing reasoning effort parameters.
  • Addressed a missing inclusion of .Include(x => x.ChatConfig) that previously led to potential issues.
  • Fixed an issue with temperature parameters not correctly clamped under certain conditions.
  • Fixed compilation errors and build failures ensuring successful compiling and runtime operations.
  • Corrected frontend (FE) display anomalies appearing in specific scenarios.

DB Migration Script:

Docker

Description Docker Image
r596 docker.io/sdcb/chats:r596
Linux x64 docker.io/sdcb/chats:r596-linux-x64
Linux ARM64 docker.io/sdcb/chats:r596-linux-arm64
Windows Nano Server 1809 docker.io/sdcb/chats:r596-nanoserver-1809
Windows Nano Server LTSC 2022 docker.io/sdcb/chats:r596-nanoserver-ltsc2022
Windows Nano Server LTSC 2025 docker.io/sdcb/chats:r596-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/r596/chats-win-x64.zip
chats-linux-x64.zip https://io.starworks.cc:88/chats/r596/chats-linux-x64.zip
chats-linux-arm64.zip https://io.starworks.cc:88/chats/r596/chats-linux-arm64.zip
chats-linux-musl-x64.zip https://io.starworks.cc:88/chats/r596/chats-linux-musl-x64.zip
chats-linux-musl-arm64.zip https://io.starworks.cc:88/chats/r596/chats-linux-musl-arm64.zip
chats-osx-arm64.zip https://io.starworks.cc:88/chats/r596/chats-osx-arm64.zip
chats-osx-x64.zip https://io.starworks.cc:88/chats/r596/chats-osx-x64.zip
chats-fe.zip https://io.starworks.cc:88/chats/r596/chats-fe.zip
chats.zip https://io.starworks.cc:88/chats/r596/chats.zip
be-src.zip https://io.starworks.cc:88/chats/r596/be-src.zip

NOTE:
Replace r596 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

r-552...f931738

Commits between r-552 and f9317385986ab3d520e307eba7bb4bb267ed6adb:

0