diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 722f2f8b4..9b8b3c345 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1248,23 +1248,19 @@ const handleEditSubmit = async (formValues: Record) => { ))} - + Retry Policy for {selectedModelGroup} - { - retry_policy_map && Object.keys(retry_policy_map).map((key, idx) => ( -
- - {key} - + How many retries should be attempted based on the Exception + {retry_policy_map && + Object.keys(retry_policy_map).map((key, idx) => ( +
+ {key} + +
+ ))} -
- -
- )) - } -