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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ ResilientLLM makes your AI Agents or LLM apps production-ready by dealing with c
12
12
13
13
### Key Features
14
14
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`
0 commit comments