fix: replace \\n with <br/> in mermaid node labels
This commit is contained in:
@@ -8,10 +8,10 @@ graph LR
|
||||
Client["Client"] -->|"OpenAI / Gemini API"| Proxy["Proxy :8741"]
|
||||
Proxy -->|"gRPC (dummy prompt)"| LS["Standalone LS"]
|
||||
LS -->|"HTTPS :443"| MITM["MITM :8742"]
|
||||
MITM -->|"Modified request\n(real prompt + tools)"| Google["Google API"]
|
||||
MITM -->|"Modified request<br/>(real prompt + tools)"| Google["Google API"]
|
||||
Google -->|"SSE response"| MITM
|
||||
MITM -->|"Usage, errors,\nfunction calls"| Proxy
|
||||
LS -.->|"iptables redirect\n(UID-scoped)"| MITM
|
||||
MITM -->|"Usage, errors,<br/>function calls"| Proxy
|
||||
LS -.->|"iptables redirect<br/>(UID-scoped)"| MITM
|
||||
|
||||
style Proxy fill:#7c3aed,color:#fff
|
||||
style MITM fill:#e94560,color:#fff
|
||||
|
||||
Reference in New Issue
Block a user