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
+37-5Lines changed: 37 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ Examples:
194
194
}
195
195
```
196
196
197
+
197
198
**✔️ 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
199
200
**III. Using multiple services (🔥 new)**
@@ -228,17 +229,48 @@ Examples:
228
229
}
229
230
```
230
231
232
+
- Create completion and retry on transient errors (e.g. rate limit error)
0 commit comments