You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,58 @@ Examples:
194
194
}
195
195
```
196
196
197
+
**✔️ Important Note**: After you are done using the service, you should close it by calling (🔥 new) `service.close`. Otherwise, the underlying resources/threads won't be released.
198
+
199
+
**III. Using multiple services (🔥 new)**
200
+
201
+
- Load distribution with `OpenAIMultiServiceAdapter` - _rotation type_ aka "round robin"
0 commit comments