Skip to content

Commit ee88065

Browse files
committed
docs: readme
1 parent 61d095c commit ee88065

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)