We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eb197 commit 3e05efaCopy full SHA for 3e05efa
1 file changed
readme.md
@@ -104,9 +104,6 @@ curl -X POST http://localhost:3000/v1/chat/completions \
104
105
### 📚 4. SDK Usage
106
107
-<details>
108
-<summary><strong>Click to view basic library setup example</strong></summary>
109
-
110
```javascript
111
const AIRouter = require("unified-ai-router");
112
@@ -135,8 +132,6 @@ const response = await llm.chatCompletion([
135
132
console.log(response.content);
136
133
```
137
134
138
-</details>
139
140
---
141
142
## ⚙️ Configuration
0 commit comments