File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -301,32 +301,6 @@ type Provider interface {
301301}
302302```
303303
304- ### 🔄 Request Flow
305-
306- <div align =" center " >
307-
308- ``` mermaid
309- graph TD
310- A[📱 Client Request] --> B[🔐 Authentication]
311- B --> C[🎯 Model Selection]
312- C --> D[🔌 Provider Selection]
313- D --> E[🔄 Transform Request]
314- E --> F[🌐 Proxy to Provider]
315- F --> G[🔄 Transform Response]
316- G --> H[📡 Stream to Client]
317- ```
318-
319- </div >
320-
321- 1 . ** 📱 Client Request** - Client sends request to router
322- 2 . ** 🔐 Authentication** - Router authenticates request (if API key configured)
323- 3 . ** 🎯 Model Selection** - Router selects appropriate model based on routing
324- 4 . ** 🔌 Provider Selection** - Router identifies provider based on configuration
325- 5 . ** 🔄 Transform Request** - Provider transforms Claude format to provider format
326- 6 . ** 🌐 Proxy to Provider** - Router proxies request to upstream provider
327- 7 . ** 🔄 Transform Response** - Provider transforms response back to Claude format
328- 8 . ** 📡 Stream to Client** - Router streams response to client
329-
330304## ⚙️ Configuration
331305
332306### 📁 Configuration File Location
You can’t perform that action at this time.
0 commit comments