Skip to content

Commit 21cee72

Browse files
committed
readme: list formatting
1 parent 8537264 commit 21cee72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ResilientLLM makes your AI Agents or LLM apps production-ready by dealing with c
1212

1313
### Key Features
1414

15-
- **Token estimation**: You don’t need to calculate LLM tokens, they are estimated for each request
16-
- **Rate limiting**: You don't need to manage the token bucket rate algorithm yourself to follow the rate limits by LLM service providers, it is done for you automatically
17-
- **Retries, backoff, and circuit breaker**: All are handled internally by the `ResilientOperation`.
15+
- **Token Estimation**: You don’t need to calculate LLM tokens, they are estimated for each request
16+
- **Rate Limiting**: You don't need to manage the token bucket rate algorithm yourself to follow the rate limits by LLM service providers, it is done for you automatically
17+
- **Retries, Backoff, and Circuit Breaker**: All are handled internally by the `ResilientOperation`
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)