Skip to content

Commit 3e05efa

Browse files
committed
1 parent 46eb197 commit 3e05efa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ curl -X POST http://localhost:3000/v1/chat/completions \
104104

105105
### 📚 4. SDK Usage
106106

107-
<details>
108-
<summary><strong>Click to view basic library setup example</strong></summary>
109-
110107
```javascript
111108
const AIRouter = require("unified-ai-router");
112109

@@ -135,8 +132,6 @@ const response = await llm.chatCompletion([
135132
console.log(response.content);
136133
```
137134

138-
</details>
139-
140135
---
141136

142137
## ⚙️ Configuration

0 commit comments

Comments
 (0)