diff --git a/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx b/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx index e0607d50681..4c923c63f97 100644 --- a/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx +++ b/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx @@ -71,7 +71,7 @@ export const RateLimitTypeFormItem: React.FC = ({
Default
- Best effort throughput - no error if we're overallocating {limitTypeLower} (Team/Key Limits checked at runtime). + Best effort throughput - no error if we're overallocating {limitTypeLower} (Team/Key Limits checked at runtime).
@@ -79,7 +79,7 @@ export const RateLimitTypeFormItem: React.FC = ({
Guaranteed throughput
- Guaranteed throughput - raise an error if we're overallocating {limitTypeLower} (also checks model-specific limits) + Guaranteed throughput - raise an error if we're overallocating {limitTypeLower} (also checks model-specific limits)