Skip to content

Commit

Permalink
docs(readme): improvements to formatting code snippets (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and RobertCraigie committed Jul 13, 2023
1 parent f85c05d commit 67bae64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ await anthropic.completions.create(
maxRetries: 5,
},
);

```

### Timeouts
Expand All @@ -247,7 +246,6 @@ await anthropic.completions.create(
timeout: 5 * 1000,
},
);

```

On timeout, an `APIConnectionTimeoutError` is thrown.
Expand Down Expand Up @@ -283,7 +281,6 @@ await anthropic.completions.create(
httpAgent: new http.Agent({ keepAlive: false }),
},
);

```

## Status
Expand Down

0 comments on commit 67bae64

Please sign in to comment.