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

r-633

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 03:24
· 278 commits to main since this release
be51af6

Release Notes


✨ New Features

  1. Chat Preset

    • Added management functionalities for preset model groups, including creating, editing, cloning, deleting, and applying model groups.
    • Support for bulk saving preset model groups via APIs.
    • New APIs for managing chat presets: create, retrieve, clone, update, and delete preset model groups.
    • Frontend implementation of the preset model selector and configuration interface, allowing users to adjust parameters based on their needs.
  2. Azure File Migrator

    • Introduced the AzureFileMigrator tool for migrating files from Azure Blob Storage to other services (e.g., Minio).
    • Supports file download, upload, and removal from the previous storage.
  3. Usage Tracking

    • Added APIs for querying user or API key usage records, including token consumption and network data metrics.

🔧 Improvements

  1. UI Enhancements

    • Improved display and logic for model icons and UI.
    • Adjusted styles in globals.css, enhancing scrollbar and layout design.
    • Redesigned homepage chat module with better preset model management functionalities.
    • Integrated Radix Toast library for convenient and action-driven notifications.
    • Dynamic layout adjustments, making the chat sidebar hidden by default on mobile devices.
  2. Security Updates

    • Shortened JWT token length for efficiency while strengthening encryption.
    • Added backend encryption and decryption support for user IDs to enhance data security.
  3. System Configuration Updates

    • Adjusted website info configuration by enabling customized homepage display for company information and alert messages.
    • Default admin account (chats/RESET!!!) is prominently displayed to remind users to update the password immediately.
  4. Support for More AI Models

    • Extended support for additional models, including gpt-4.5-preview, qwen2.5-omni, DeepSeek-V3(0324), and Ernie-4.5.
  5. OpenRouter Integration Enhancements

    • Added HTTP-Referer and X-Title headers to OpenRouter requests.
    • Display OpenRouter-related information on the usage page.

🐞 Bug Fixes

  1. Fixed the 500 error occurring when applying chat presets.
  2. Resolved an issue where dynamic variables in prompts weren't applied properly.
  3. Fixed incorrect data type handling in PostgreSQL databases.
  4. Corrected the error preventing saving of the "Enabled" field in chat presets.

🗄️ Database Changes

  1. New Tables:
    • ChatPreset: For storing user-created preset model group configurations.
    • ChatPresetSpan: Details of specific models and configurations within preset groups.
  2. Data Type Adjustments:
    • Changed SnapshotTime and CreatedAt fields in ChatShare to DATETIME2.
  3. Added model support entries in the database for gpt-4.5-preview, qwen2.5-omni, DeepSeek-V3, and others.

⚠️ Important Notes

  1. Default admin account is displayed as chats/RESET!!!: Please update the default admin password immediately to ensure system security.
  2. The chat preset functionality allows users to effortlessly configure multiple models and apply them to chats, significantly optimizing user experience.

This release includes many significant updates and optimizations. 🚀 Upgrade now for powerful new features and improved user experience. 😊

DB Migration Script:

Docker

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

NOTE:
Replace r633 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-596...be51af6

Commits between r-596 and be51af667a03394637294d07e8f2a9d6094868c6:

0