From d4139ccdf493d4abb65f59937b2191d1d226d50f Mon Sep 17 00:00:00 2001 From: 1e0n Date: Mon, 13 Oct 2025 13:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0claude-sonnet-4-5=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=86=8D?= =?UTF-8?q?kilo/roocode=E8=BD=AF=E4=BB=B6=E9=87=8C=E9=9D=A2=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ config.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 355a9ae..6879c33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ OpenAI 兼容的 API 代理服务器,统一访问不同的 LLM 模型。 +> 新建了个讨论群:[824743643]( https://qm.qq.com/q/cm0CWAEFGM) ,有使用上的问题或者建议,或者单纯交流可以进来玩玩。 + ## 核心功能 ### 🔐 双重授权机制 diff --git a/config.json b/config.json index 7449c25..9d3f0db 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,8 @@ { "port": 3000, "model_redirects": { - "claude-3-5-haiku-20241022": "claude-sonnet-4-5-20250929" + "claude-3-5-haiku-20241022": "claude-sonnet-4-5-20250929", + "claude-sonnet-4-5": "claude-sonnet-4-5-20250929" }, "endpoint": [ {