From d8e42ed1db0a777462ce0e690fd0803a0e2bbbb2 Mon Sep 17 00:00:00 2001 From: hex2077 Date: Sat, 6 Sep 2025 13:48:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=E4=B8=ADClaude?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=94=AF=E6=8C=81=E7=9A=84provider=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正Claude协议支持的provider列表,添加openai-custom以保持与OpenAI协议的一致性 --- README-EN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index 030f1bc..184fc57 100644 --- a/README-EN.md +++ b/README-EN.md @@ -48,7 +48,7 @@ ## 🎨 Model Protocol and Provider Relationship Diagram - OpenAI Protocol (P_OPENAI): Supports all MODEL_PROVIDERs, including openai-custom, gemini-cli-oauth, claude-custom, claude-kiro-oauth and openai-qwen-oauth. -- Claude Protocol (P_CLAUDE): Supports claude-custom, claude-kiro-oauth, gemini-cli-oauth and openai-qwen-oauth. +- Claude Protocol (P_CLAUDE): Supports claude-custom, claude-kiro-oauth, gemini-cli-oauth, openai-custom and openai-qwen-oauth. - Gemini Protocol (P_GEMINI): Supports gemini-cli-oauth. ```mermaid diff --git a/README.md b/README.md index d5e0735..6002180 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ - OpenAI 协议 (P_OPENAI): 支持所有 MODEL_PROVIDER,包括 openai-custom、gemini-cli-oauth、claude-custom、 claude-kiro-oauth 和 openai-qwen-oauth。 -- Claude 协议 (P_CLAUDE): 支持 claude-custom、claude-kiro-oauth、gemini-cli-oauth 和 openai-qwen-oauth。 +- Claude 协议 (P_CLAUDE): 支持 claude-custom、claude-kiro-oauth、gemini-cli-oauth、openai-custom和 openai-qwen-oauth。 - Gemini 协议 (P_GEMINI): 支持 gemini-cli-oauth。