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。