Skip to content

Commit 6ae6f3f

Browse files
committed
Add 1.9.0 release notes
1 parent 6b1af6e commit 6ae6f3f

8 files changed

Lines changed: 952 additions & 132 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![docker pulls](https://img.shields.io/docker/pulls/sdcb/chats)](https://hub.docker.com/r/sdcb/chats) [![QQ](https://img.shields.io/badge/QQ_Group-498452653-52B6EF?style=social&logo=tencent-qq&logoColor=000&logoWidth=20)](https://qm.qq.com/q/AM8tY9cAsS) [![License](https://img.shields.io/github/license/sdcb/chats)](LICENSE) [![问DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/sdcb/chats)
66

7-
Sdcb Chats 是一个强大且灵活的大语言模型前端,支持 19+ 主流 AI 模型服务商。无论您是希望统一管理多种模型接口,还是需要一个简单易用的部署方案,Sdcb Chats 都能满足您的需求。
7+
Sdcb Chats 是一个强大且灵活的大语言模型前端,支持 20+ 主流 AI 模型服务商。无论您是希望统一管理多种模型接口,还是需要一个简单易用的部署方案,Sdcb Chats 都能满足您的需求。
88

99
![](https://github.com/user-attachments/assets/2d9d609e-142e-4dbf-bdba-87477d7753fb)
1010

@@ -21,7 +21,7 @@ Sdcb Chats 是一个强大且灵活的大语言模型前端,支持 19+ 主流
2121

2222
## ✨ 为什么选择 Sdcb Chats
2323

24-
- 🚀 **一站式管理**:统一管理 19+ 主流 AI 模型服务商
24+
- 🚀 **一站式管理**:统一管理 20+ 主流 AI 模型服务商
2525
- 🎯 **开箱即用**:支持 Docker 一键部署,也提供 8 种平台的原生可执行文件
2626
- 💾 **灵活存储**:支持 SQLite/SQL Server/PostgreSQL,支持本地文件/S3/OSS/Azure Blob 等多种存储
2727
- 🔐 **企业级安全**:完善的用户权限管理和账户余额控制,支持 Keycloak SSO
@@ -162,13 +162,13 @@ docker pull sdcb/chats:1.8.1-linux-x64
162162
| Linux musl ARM64 | [chats-linux-musl-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-linux-musl-arm64.zip) | [chats-linux-musl-arm64.zip](https://chats.sdcb.pub/release/latest/chats-linux-musl-arm64.zip) |
163163
| macOS ARM64 | [chats-osx-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-arm64.zip) | [chats-osx-arm64.zip](https://chats.sdcb.pub/release/latest/chats-osx-arm64.zip) |
164164
| macOS x64 | [chats-osx-x64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-x64.zip) | [chats-osx-x64.zip](https://chats.sdcb.pub/release/latest/chats-osx-x64.zip) |
165-
| 通用包(需要 .NET 9.0| [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
165+
| 通用包(需要 .NET 10| [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
166166
| 纯前端文件 | [chats-fe.zip](https://github.com/sdcb/chats/releases/latest/download/chats-fe.zip) | [chats-fe.zip](https://chats.sdcb.pub/release/latest/chats-fe.zip) |
167167

168168
> **💡 下载说明**
169169
> - **国内镜像下载**(基于 Cloudflare R2):推荐国内用户使用,速度更快
170170
> - **最新开发版下载**:如需体验最新功能,开发版提供以下文件
171-
> - 通用包:[chats.zip](https://chats.sdcb.pub/latest/chats.zip)(需要 .NET 9.0
171+
> - 通用包:[chats.zip](https://chats.sdcb.pub/latest/chats.zip)(需要 .NET 10
172172
> - 前端文件:[chats-fe.zip](https://chats.sdcb.pub/latest/chats-fe.zip)
173173
> - ⚠️ 注意:开发版会从 `dev`/`feature` 分支自动更新,可能不稳定
174174
> - 除通用包外,所有平台都提供 AOT 编译的原生可执行文件,启动速度快,内存占用低
@@ -212,7 +212,7 @@ C:\Users\ZhouJie\Downloads\chats-win-x64>dir
212212

213213
#### 依赖 .NET 运行时的版本说明
214214

215-
对于下载的 `chats.zip`,需要安装 .NET 9.0 运行时。安装后,使用以下命令启动:
215+
对于下载的 `chats.zip`,需要安装 .NET 10 运行时。安装后,使用以下命令启动:
216216

217217
```bash
218218
dotnet Chats.BE.dll
@@ -246,6 +246,7 @@ dotnet Chats.BE.dll
246246
| 17 | 硅基流动 | https://api.siliconflow.cn/v1 |
247247
| 18 | OpenRouter | https://openrouter.ai/api/v1 |
248248
| 19 | 小马算力 | https://api.tokenpony.cn/v1 |
249+
| 20 | Anthropic | https://api.anthropic.com |
249250

250251
**注意事项:**
251252

README_EN.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![docker pulls](https://img.shields.io/docker/pulls/sdcb/chats)](https://hub.docker.com/r/sdcb/chats) [![QQ](https://img.shields.io/badge/QQ_Group-498452653-52B6EF?style=social&logo=tencent-qq&logoColor=000&logoWidth=20)](https://qm.qq.com/q/AM8tY9cAsS) [![License](https://img.shields.io/github/license/sdcb/chats)](LICENSE) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/sdcb/chats)
66

7-
Sdcb Chats is a powerful and flexible frontend for large language models, supporting 19+ mainstream AI model providers. Whether you want to unify the management of multiple model interfaces or need a simple and easy-to-use deployment solution, Sdcb Chats can meet your needs.
7+
Sdcb Chats is a powerful and flexible frontend for large language models, supporting 20+ mainstream AI model providers. Whether you want to unify the management of multiple model interfaces or need a simple and easy-to-use deployment solution, Sdcb Chats can meet your needs.
88

99
![](https://github.com/user-attachments/assets/2d9d609e-142e-4dbf-bdba-87477d7753fb)
1010

@@ -21,7 +21,7 @@ Sdcb Chats is a powerful and flexible frontend for large language models, suppor
2121

2222
## ✨ Why Choose Sdcb Chats
2323

24-
- 🚀 **All-in-One Management**: Unified management of 19+ mainstream AI model providers
24+
- 🚀 **All-in-One Management**: Unified management of 20+ mainstream AI model providers
2525
- 🎯 **Ready to Use**: Supports Docker one-click deployment, also provides native executables for 8 platforms
2626
- 💾 **Flexible Storage**: Supports SQLite/SQL Server/PostgreSQL, local files/S3/OSS/Azure Blob and other storage options
2727
- 🔐 **Enterprise-Grade Security**: Comprehensive user permission management and account balance control, supports Keycloak SSO
@@ -161,13 +161,13 @@ For environments where using Docker is inconvenient, Chats provides native execu
161161
| Linux musl ARM64 | [chats-linux-musl-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-linux-musl-arm64.zip) | [chats-linux-musl-arm64.zip](https://chats.sdcb.pub/release/latest/chats-linux-musl-arm64.zip) |
162162
| macOS ARM64 | [chats-osx-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-arm64.zip) | [chats-osx-arm64.zip](https://chats.sdcb.pub/release/latest/chats-osx-arm64.zip) |
163163
| macOS x64 | [chats-osx-x64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-x64.zip) | [chats-osx-x64.zip](https://chats.sdcb.pub/release/latest/chats-osx-x64.zip) |
164-
| Generic (requires .NET 9.0) | [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
164+
| Generic (requires .NET 10) | [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
165165
| Frontend files only | [chats-fe.zip](https://github.com/sdcb/chats/releases/latest/download/chats-fe.zip) | [chats-fe.zip](https://chats.sdcb.pub/release/latest/chats-fe.zip) |
166166
167167
> **💡 Download Tips**:
168168
> - **Mirror Download** (powered by Cloudflare R2): Recommended for users in China for faster speed
169169
> - **Latest Development Build**: For bleeding-edge features, development builds provide the following files
170-
> - Generic package: [chats.zip](https://chats.sdcb.pub/latest/chats.zip) (requires .NET 9.0)
170+
> - Generic package: [chats.zip](https://chats.sdcb.pub/latest/chats.zip) (requires .NET 10)
171171
> - Frontend files: [chats-fe.zip](https://chats.sdcb.pub/latest/chats-fe.zip)
172172
> - ⚠️ Note: Development builds are automatically updated from `dev`/`feature` branches and may be unstable
173173
> - All platforms (except Generic) provide AOT-compiled native executables with fast startup and low memory footprint
@@ -211,7 +211,7 @@ C:\Users\ZhouJie\Downloads\chats-win-x64>dir
211211
212212
#### .NET Runtime Dependent Version
213213
214-
For the downloaded `chats.zip`, you need to install .NET 9.0 runtime. After installation, use the following command to start:
214+
For the downloaded `chats.zip`, you need to install .NET 10 runtime. After installation, use the following command to start:
215215
216216
```bash
217217
dotnet Chats.BE.dll
@@ -226,7 +226,7 @@ Download .NET Runtime: [https://dotnet.microsoft.com/download](https://dotnet.mi
226226
| Id | Name | Host |
227227
| --- | ---------------- | -------------------------------------------------------- |
228228
| 0 | Test | null |
229-
| 1 | Azure OpenAI | https://<resource-name>.openai.azure.com/ |
229+
| 1 | Azure AI Foundry | https://<resource-name>.openai.azure.com/ |
230230
| 2 | Tencent Hunyuan | https://api.hunyuan.cloud.tencent.com/v1 |
231231
| 3 | 01.ai | https://api.lingyiwanwu.com/v1 |
232232
| 4 | Moonshot | https://api.moonshot.cn/v1 |
@@ -245,11 +245,12 @@ Download .NET Runtime: [https://dotnet.microsoft.com/download](https://dotnet.mi
245245
| 17 | SiliconFlow | https://api.siliconflow.cn/v1 |
246246
| 18 | OpenRouter | https://openrouter.ai/api/v1 |
247247
| 19 | Token Pony | https://api.tokenpony.cn/v1 |
248+
| 20 | Anthropic | https://api.anthropic.com |
248249
249250
**Note:**
250251
251252
- ✅ Any model provider that complies with the OpenAI Chat Completion API protocol can be accessed through Chats
252-
- 🤖 Azure OpenAI's o3/o4-mini/gpt-5 series models use the Response API protocol (not Chat Completion API), supporting thought summary and thought process features
253+
- 🤖 OpenAI/Azure AI Foundry's o3/o4-mini/gpt-5 series models use the Response API protocol (not Chat Completion API), supporting thought summary and thought process features
253254
- 🌐 Google AI's Gemini model uses the native Google Gemini API protocol
254255
255256
---

doc/en-US/build.md

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ Welcome to Chats! This guide will help you quickly get started with development
1010
- [Joint Frontend and Backend Development](#joint-frontend-and-backend-development)
1111
- [Backend Development Guide](#backend-development-guide)
1212
- [Frontend Development Guide](#frontend-development-guide)
13-
- [Frontend Only Development](#frontend-only-development)
1413
- [Backend Only Development](#backend-only-development)
1514
- [FAQ](#faq)
1615

1716
## Technology Stack
1817

19-
- **Backend**: C# / ASP.NET Core 9.0
18+
- **Backend**: C# / ASP.NET Core 10
2019
- **Frontend**: Next.js / React / TypeScript
2120
- **Styling**: Tailwind CSS
2221
- **Database**: SQLite (default) / SQL Server / PostgreSQL
@@ -25,10 +24,10 @@ Welcome to Chats! This guide will help you quickly get started with development
2524
## Environment Requirements
2625

2726
- **Git**: For code version management
28-
- **[.NET SDK 9.0](https://dotnet.microsoft.com/download/dotnet/9.0)**: Required for backend development
27+
- **[.NET SDK 10](https://dotnet.microsoft.com/download/dotnet/10.0)**: Required for backend development
2928
- **[Node.js](https://nodejs.org/) >= 20**: Required for frontend development
3029
- **Visual Studio Code**: Lightweight code editor
31-
- **Visual Studio 2022** (optional but recommended): Full-featured IDE with better debugging experience
30+
- **Visual Studio 2026** (optional but recommended): Full-featured IDE with better debugging experience
3231

3332
## Obtaining the Code
3433

@@ -184,58 +183,6 @@ npm run dev
184183
- Backend already configured with CORS support, no extra configuration needed
185184
- Code changes will automatically hot reload without manual browser refresh
186185

187-
## Frontend Only Development
188-
189-
For frontend-focused development scenarios, we provide a pre-deployed backend development environment, no need to start the backend locally.
190-
191-
### Quick Start
192-
193-
#### 1. Clone Repository
194-
195-
```bash
196-
git clone https://github.com/sdcb/chats.git
197-
cd chats/src/FE
198-
```
199-
200-
#### 2. Configure Remote Backend
201-
202-
Create `.env.local` file and specify the remote backend address:
203-
204-
**Linux/macOS:**
205-
206-
```bash
207-
echo "API_URL=https://chats-dev.starworks.cc:88" > .env.local
208-
```
209-
210-
**Windows PowerShell:**
211-
212-
```powershell
213-
"API_URL=https://chats-dev.starworks.cc:88" | Out-File -FilePath .env.local -Encoding utf8
214-
```
215-
216-
> **💡 Tip**: This development environment has been configured with CORS to allow cross-origin access from `http://localhost:3000`.
217-
218-
#### 3. Install Dependencies and Run
219-
220-
```bash
221-
npm install
222-
npm run dev
223-
```
224-
225-
### Production Build Testing
226-
227-
To simulate a production build process, execute:
228-
229-
```bash
230-
# Build production version
231-
npm run build
232-
233-
# Preview build result
234-
npm run start
235-
```
236-
237-
After building, an `./out` folder will be generated in the current directory containing all static files.
238-
239186
## Backend Only Development
240187

241188
For backend-focused development scenarios, you can use pre-built frontend static files without compiling the frontend locally.
@@ -350,9 +297,9 @@ rm ./AppData/chats.db
350297
dotnet run
351298
```
352299

353-
### 4. Visual Studio cannot recognize .NET 9.0?
300+
### 4. Visual Studio cannot recognize .NET 10?
354301

355-
Ensure you have Visual Studio 2022 version 17.8 or higher installed, along with .NET 9.0 SDK.
302+
Ensure you have Visual Studio 2026 or higher installed, along with .NET 10 SDK.
356303

357304
---
358305

0 commit comments

Comments
 (0)