Sdcb Chats is a free and open-source unified conversation management platform for large models, integrating both front-end and back-end infrastructures. It offers a comprehensive full-stack service that includes:
Large model interface integration
API forwarding
Conversation record analytics
Multi-user management
With a simple Docker command, you can quickly deploy and experience this powerful conversation management platform.
Quick Start ⚡
Create a data directory:
mkdir ./AppData && chmod 777 ./AppData
Copy
Run the Docker container:
docker run --pull always --restart unless-stopped --name sdcb-chats -v ./AppData:/app/AppData -p 8080:8080 sdcb/chats:latest
Copy
Docker Parameters ⚙️
For detailed explanations of Docker parameters and configuration options, please refer to the Developer Documentation .
Version Tag Strategy 🔖
latest : Indicates the latest version.
1 : Represents the latest version of major version 1 (for example, if both 1.1 and 1.2 exist, tag 1 points to the more recent 1.2).
1.0 : Denotes the latest version in the 1.0 series.
1.0.0 : Denotes the latest version in the 1.0.0 series.
1.0.0.756 : Specifies a fixed version of 1.0.0 with the internal build number 756.
r-756 : Uses the version corresponding to the internal build number (only for compatibility purposes and not recommended for regular use).
Note:
The 1.0.0.756 tag is actually a manifest that automatically points to the image tailored for your operating system:
1.0.0.756-linux-x64 : For common x64 Linux systems.
1.0.0.756-linux-arm64 : For ARM64 Linux systems (e.g., Raspberry Pi, RK3399).
1.0.0.756-nanoserver-ltsc2022 : For Windows Server 2022.
1.0.0.756-nanoserver-ltsc2025 : For Windows Server 2025.
1.0.0.756-nanoserver-1809 : For Windows Server 2019.
中文说明
简介 💡
Sdcb Chats 是一款免费开源的一体化大模型对话管理平台,集成了前后端基础设施,为用户提供如下全栈服务:
大模型接口接入
API转发
会话记录统计
多用户管理
通过简单的Docker命令,即可快速部署并体验这一强大的对话管理平台。
快速开始 ⚡
创建数据存储目录:
mkdir ./AppData && chmod 777 ./AppData
Copy
运行Docker容器:
docker run --pull always --restart unless-stopped --name sdcb-chats -v ./AppData:/app/AppData -p 8080:8080 sdcb/chats:latest
Copy
Docker参数说明 ⚙️
详细的Docker参数说明及配置选项请参见:开发文档 。
版本号Tag策略 🔖
latest :表示最新版本。
1 :表示大版本1的最新版本(例如,若存在1.1和1.2,则1代表较新的1.2)。
1.0 :表示1.0系列的最新版本。
1.0.0 :表示1.0.0系列的最新版本。
1.0.0.756 :表示固定的1.0.0版本,其中756为内部编译号。
r-756 :使用内部编译号对应的版本(仅为兼容性考虑,不建议使用)。
特别说明:
标签 1.0.0.756 实际上是一个manifest,它会自动根据您的操作系统指向下列对应的镜像:
1.0.0.756-linux-x64 :适用于常见的x64架构Linux系统。
1.0.0.756-linux-arm64 :适用于ARM64架构的Linux系统(如树莓派、RK3399等设备)。
1.0.0.756-nanoserver-ltsc2022 :适用于Windows Server 2022。
1.0.0.756-nanoserver-ltsc2025 :适用于Windows Server 2025。
1.0.0.756-nanoserver-1809 :适用于Windows Server 2019。