Update README-EN.md
This commit is contained in:
parent
464c759267
commit
fc32bd95ac
1 changed files with 29 additions and 28 deletions
57
README-EN.md
57
README-EN.md
|
|
@ -92,34 +92,35 @@ The project leverages various modern design patterns to ensure code maintainabil
|
||||||
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
|
||||||
subgraph Core_Protocols["核心协议"]
|
graph TD
|
||||||
P_OPENAI[OpenAI Protocol]
|
subgraph Core_Protocols["核心协议"]
|
||||||
P_GEMINI[Gemini Protocol]
|
P_OPENAI[OpenAI Protocol]
|
||||||
P_CLAUDE[Claude Protocol]
|
P_GEMINI[Gemini Protocol]
|
||||||
end
|
P_CLAUDE[Claude Protocol]
|
||||||
|
end
|
||||||
subgraph Supported_Model_Providers["支持的模型提供商"]
|
|
||||||
MP_OPENAI[openai-custom]
|
subgraph Supported_Model_Providers["支持的模型提供商"]
|
||||||
MP_GEMINI[gemini-cli-oauth]
|
MP_OPENAI[openai-custom]
|
||||||
MP_CLAUDE_C[claude-custom]
|
MP_GEMINI[gemini-cli-oauth]
|
||||||
MP_CLAUDE_K[claude-kiro-oauth]
|
MP_CLAUDE_C[claude-custom]
|
||||||
end
|
MP_CLAUDE_K[claude-kiro-oauth]
|
||||||
|
end
|
||||||
P_OPENAI ---|支持| MP_OPENAI
|
|
||||||
P_OPENAI ---|支持| MP_GEMINI
|
P_OPENAI ---|支持| MP_OPENAI
|
||||||
P_OPENAI ---|支持| MP_CLAUDE_C
|
P_OPENAI ---|支持| MP_GEMINI
|
||||||
P_OPENAI ---|支持| MP_CLAUDE_K
|
P_OPENAI ---|支持| MP_CLAUDE_C
|
||||||
|
P_OPENAI ---|支持| MP_CLAUDE_K
|
||||||
P_GEMINI ---|支持| MP_GEMINI
|
|
||||||
|
P_GEMINI ---|支持| MP_GEMINI
|
||||||
P_CLAUDE ---|支持| MP_CLAUDE_C
|
|
||||||
P_CLAUDE ---|支持| MP_CLAUDE_K
|
P_CLAUDE ---|支持| MP_CLAUDE_C
|
||||||
P_CLAUDE ---|支持| MP_GEMINI
|
P_CLAUDE ---|支持| MP_CLAUDE_K
|
||||||
|
P_CLAUDE ---|支持| MP_GEMINI
|
||||||
style P_OPENAI fill:#f9f,stroke:#333,stroke-width:2px
|
|
||||||
style P_GEMINI fill:#ccf,stroke:#333,stroke-width:2px
|
style P_OPENAI fill:#f9f,stroke:#333,stroke-width:2px
|
||||||
style P_CLAUDE fill:#cfc,stroke:#333,stroke-width:2px
|
style P_GEMINI fill:#ccf,stroke:#333,stroke-width:2px
|
||||||
|
style P_CLAUDE fill:#cfc,stroke:#333,stroke-width:2px
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue