docs: 更新README中Claude协议支持的provider列表

修正Claude协议支持的provider列表,添加openai-custom以保持与OpenAI协议的一致性
This commit is contained in:
hex2077 2025-09-06 13:48:35 +08:00
parent 8033c16533
commit d8e42ed1db
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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。