Skip to content

Commit

Permalink
fix: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-varghese committed Oct 27, 2023
1 parent 7233438 commit cbafc7c
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 @@ -176,9 +176,6 @@ print(response.choices[0].message)
| Retries | `retry` | `{dict}` with two required keys: `"attempts"` which expects integers in [0,5] and `"on_status_codes"` which expects array of status codes like [429,502] <br> `Example`: { "attempts": 5, "on_status_codes":[429,500] } | ❔ Optional |
| Metadata | `metadata` | `json object` [More info](https://docs.portkey.ai/key-features/custom-metadata) | ❔ Optional |

**Retries Details:**
- `attempts` (integer) - Number of retry attempts.
- `on_status_codes` (array of integers) - List of HTTP status codes that trigger a retry.

## **🤝 Supported Providers**

Expand Down

0 comments on commit cbafc7c

Please sign in to comment.