Skip to content

Commit c299067

Browse files
committed
docs: update README for v1.4.0 - new providers, features, and repo URL
1 parent 03619ad commit c299067

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Release-v1.2.0-blue?style=flat-square&logo=github" alt="Release">
8+
<img src="https://img.shields.io/badge/Release-v1.4.0-blue?style=flat-square&logo=github" alt="Release">
99
<img src="https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square" alt="License">
1010
<br>
1111
<a href="https://www.electronjs.org/"><img src="https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white" alt="Electron"></a>
@@ -31,27 +31,31 @@
3131
## ✨ Features
3232

3333
- OpenAI Compatible API: Provides standard OpenAI-compatible API endpoints for seamless integration
34-
- Multi-Provider Support: Connect DeepSeek, GLM, Kimi, MiniMax, Perplexity 🆕, Qwen, Z.ai and more
34+
- Multi-Provider Support: Connect DeepSeek (V4 Pro/Flash), GLM, Kimi (K2.6), MiniMax, Perplexity 🆕, Qwen, Z.ai and more
3535
- 🆕 Context Management: Intelligent conversation context management with sliding window, token limit, and summary strategies
36+
- 🆕 Multi-Turn Sessions: Automatic session reuse for multi-turn conversations across all providers
3637
- 🆕 Function Calling Support: Universal tool calling capability for all models via prompt engineering, compatible with Cherry Studio, Kilo Code, and other clients
3738
- 🆕 Model Mapping: Flexible model name mapping with wildcard support and preferred provider/account selection
3839
- 🆕 Custom Parameters: Support for custom HTTP headers to enable web search, thinking mode, and deep research features
40+
- 🆕 Weighted Load Balancing: Account-level weighted random selection for fine-grained traffic control
41+
- 🆕 Credential Encryption: Toggle credential encryption in stored configuration
3942
- Dashboard Monitoring: Real-time request traffic, token usage, and success rates
4043
- API Key Management: Generate and manage keys for your local proxy
4144
- Model Management: View and manage available models from all providers
42-
- Request Logs: Detailed request logging for debugging and analysis
45+
- Request Logs: Detailed request logging with separate storage for performance
4346
- Proxy Configuration: Flexible proxy settings and routing strategies
4447
- System Tray Integration: Quick access to status from menu bar
4548
- Multilingual: English and Simplified Chinese support
4649
- Modern UI: Clean, responsive interface with dark/light theme support
50+
- Settings Draft Mode: Edit settings with preview before saving
4751

4852
## 🤖 Supported Providers
4953

5054
| Provider | Auth Type | OAuth | Models |
5155
| ---------------- | ------------- | ----- | ------------------------------------------------------------------------------- |
52-
| DeepSeek | User Token | Yes | DeepSeek-V3.2 |
56+
| DeepSeek | User Token | Yes | DeepSeek V4 Pro, DeepSeek V4 Flash, DeepSeek-V3.2, DeepSeek-R1 |
5357
| GLM | Refresh Token | Yes | GLM-5 |
54-
| Kimi | JWT Token | Yes | kimi-k2.5 |
58+
| Kimi | Cookie/Auth | Yes | Kimi-K2.6, Kimi-K2.5 |
5559
| MiniMax | JWT Token | Yes | MiniMax-M2.5 |
5660
| 🆕 Perplexity | JWT Token | Yes | Sonar, Sonar Pro, Sonar Deep Research |
5761
| Qwen (CN) | SSO Ticket | Yes | Qwen3.5-Plus, Qwen3-Max, Qwen3-Flash, Qwen3-Coder, qwen-max-latest |
@@ -62,7 +66,7 @@
6266

6367
### Download
6468

65-
Download the latest release from [GitHub Releases](https://github.com/xiaoY233/Chat2API/releases):
69+
Download the latest release from [GitHub Releases](https://github.com/leisvip/Chat2API/releases):
6670

6771
| Platform | Download |
6872
| --------------------- | --------------------------------------- |
@@ -81,7 +85,7 @@ Download the latest release from [GitHub Releases](https://github.com/xiaoY233/C
8185

8286
```bash
8387
# Clone the repository
84-
git clone https://github.com/xiaoY233/Chat2API.git
88+
git clone https://github.com/leisvip/Chat2API.git
8589
cd Chat2API
8690

8791
# Install dependencies
@@ -239,7 +243,7 @@ sudo xattr -rd com.apple.quarantine "/Applications/Chat2API.app"
239243

240244
### How to update?
241245

242-
Check for updates in the **About** page, or download the latest version from [GitHub Releases](https://github.com/xiaoY233/Chat2API/releases).
246+
Check for updates in the **About** page, or download the latest version from [GitHub Releases](https://github.com/leisvip/Chat2API/releases).
243247

244248
## 🤝 Contributing
245249

README_CN.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Release-v1.2.0-blue?style=flat-square&logo=github" alt="Release">
8+
<img src="https://img.shields.io/badge/Release-v1.4.0-blue?style=flat-square&logo=github" alt="Release">
99
<img src="https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square" alt="License">
1010
<br>
1111
<a href="https://www.electronjs.org/"><img src="https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white" alt="Electron"></a>
@@ -31,27 +31,31 @@
3131
## ✨ 功能特性
3232

3333
- OpenAI 兼容 API:提供标准 OpenAI 兼容接口,无缝对接现有工具
34-
- 多服务商支持:支持 DeepSeek、GLM、Kimi、MiniMax、Perplexity 🆕、Qwen、Z.ai 等
34+
- 多服务商支持:支持 DeepSeek (V4 Pro/Flash)、GLM、Kimi (K2.6)、MiniMax、Perplexity 🆕、Qwen、Z.ai 等
3535
- 🆕 上下文管理:智能对话上下文管理,支持滑动窗口、Token 限制和总结压缩策略
36+
- 🆕 多轮会话:自动会话复用,支持所有服务商的多轮对话
3637
- 🆕 工具调用支持:通过提示词工程为所有模型提供通用工具调用能力,兼容 Cherry Studio、Kilo Code 等客户端
3738
- 🆕 模型映射:灵活的模型名称映射,支持通配符和首选服务商/账户选择
3839
- 🆕 自定义参数:支持自定义 HTTP Header 开启联网搜索、深度思考、深度研究等功能
40+
- 🆕 权重负载均衡:账户级别加权随机选择,精细化流量控制
41+
- 🆕 凭证加密:可切换凭证加密存储
3942
- 仪表盘监控:实时请求流量、Token 使用量和成功率统计
4043
- API Key 管理:为本地代理生成和管理密钥
4144
- 模型管理:查看和管理所有服务商的可用模型
42-
- 请求日志:详细的请求日志记录,便于调试和分析
45+
- 请求日志:独立存储的详细请求日志,性能更优
4346
- 代理配置:灵活的代理设置和路由策略
4447
- 系统托盘集成:从菜单栏快速访问状态
4548
- 多语言支持:支持英文和简体中文
4649
- 现代界面:简洁响应式界面,支持深色/浅色主题
50+
- 设置草稿模式:预览设置变更后再保存
4751

4852
## 🤖 支持的服务商
4953

5054
| 服务商 | 认证类型 | OAuth | 模型 |
5155
| ------------- | ------------- | ----- | ------------------------------------------------------------------------------- |
52-
| DeepSeek | User Token || DeepSeek-V3.2 |
56+
| DeepSeek | User Token || DeepSeek V4 Pro, DeepSeek V4 Flash, DeepSeek-V3.2, DeepSeek-R1 |
5357
| GLM | Refresh Token || GLM-5 |
54-
| Kimi | JWT Token || kimi-k2.5 |
58+
| Kimi | Cookie/Auth || Kimi-K2.6, Kimi-K2.5 |
5559
| MiniMax | JWT Token || MiniMax-M2.5 |
5660
| 🆕 Perplexity | JWT Token || Sonar, Sonar Pro, Sonar Deep Research |
5761
| Qwen (国内版) | SSO Ticket || Qwen3.5-Plus, Qwen3-Max, Qwen3-Flash, Qwen3-Coder, qwen-max-latest |
@@ -62,7 +66,7 @@
6266

6367
### 下载安装
6468

65-
[GitHub Releases](https://github.com/xiaoY233/Chat2API/releases) 下载最新版本:
69+
[GitHub Releases](https://github.com/leisvip/Chat2API/releases) 下载最新版本:
6670

6771
| 平台 | 下载文件 |
6872
| --------------------- | -------------------------------------- |
@@ -81,7 +85,7 @@
8185

8286
```bash
8387
# 克隆仓库
84-
git clone https://github.com/xiaoY233/Chat2API.git
88+
git clone https://github.com/leisvip/Chat2API.git
8589
cd Chat2API
8690

8791
# 安装依赖
@@ -239,7 +243,7 @@ sudo xattr -rd com.apple.quarantine "/Applications/Chat2API.app"
239243

240244
### 如何更新?
241245

242-
**关于** 页面检查更新,或从 [GitHub Releases](https://github.com/xiaoY233/Chat2API/releases) 下载最新版本。
246+
**关于** 页面检查更新,或从 [GitHub Releases](https://github.com/leisvip/Chat2API/releases) 下载最新版本。
243247

244248
## 🤝 贡献
245249

0 commit comments

Comments
 (0)