We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85c05d commit 67bae64Copy full SHA for 67bae64
README.md
@@ -222,7 +222,6 @@ await anthropic.completions.create(
222
maxRetries: 5,
223
},
224
);
225
-
226
```
227
228
### Timeouts
@@ -247,7 +246,6 @@ await anthropic.completions.create(
247
246
timeout: 5 * 1000,
248
249
250
251
252
253
On timeout, an `APIConnectionTimeoutError` is thrown.
@@ -283,7 +281,6 @@ await anthropic.completions.create(
283
281
httpAgent: new http.Agent({ keepAlive: false }),
284
282
285
286
287
288
289
## Status
0 commit comments