diff --git a/ui/litellm-dashboard/src/app/(dashboard)/budgets/_components/budget_modal.tsx b/ui/litellm-dashboard/src/app/(dashboard)/budgets/_components/budget_modal.tsx index 50f9c7cda3c..492a6b5c630 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/budgets/_components/budget_modal.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/budgets/_components/budget_modal.tsx @@ -82,7 +82,7 @@ const BudgetModal: React.FC = ({ isModalVisible, setIsModalVis control={form.control} name="tpm_limit" label="Max Tokens per minute" - description="Default is model limit." + description="Leave blank for no LiteLLM limit. Provider rate limits still apply." > {({ ref, value, onChange, ...field }) => ( = ({ isModalVisible, setIsModalVis control={form.control} name="rpm_limit" label="Max Requests per minute" - description="Default is model limit." + description="Leave blank for no LiteLLM limit. Provider rate limits still apply." > {({ ref, value, onChange, ...field }) => ( = ({ isModalVisible, setIs control={form.control} name="tpm_limit" label="Max Tokens per minute" - description="Default is model limit." + description="Leave blank for no LiteLLM limit. Provider rate limits still apply." > {({ ref, value, onChange, ...field }) => ( = ({ isModalVisible, setIs control={form.control} name="rpm_limit" label="Max Requests per minute" - description="Default is model limit." + description="Leave blank for no LiteLLM limit. Provider rate limits still apply." > {({ ref, value, onChange, ...field }) => (