diff --git a/ui/litellm-dashboard/src/components/update_model_credentials_modal.tsx b/ui/litellm-dashboard/src/components/update_model_credentials_modal.tsx index 238207a4aa8..b98f0ec3242 100644 --- a/ui/litellm-dashboard/src/components/update_model_credentials_modal.tsx +++ b/ui/litellm-dashboard/src/components/update_model_credentials_modal.tsx @@ -1,4 +1,4 @@ -import { Button, Form, Input, Modal, Typography } from "antd"; +import { Alert, Button, Form, Input, Modal, Typography } from "antd"; import { useState } from "react"; import { modelPatchUpdateCall } from "./networking"; import NotificationsManager from "./molecules/notifications_manager"; @@ -56,8 +56,15 @@ export default function UpdateModelCredentialsModal({ return ( - Rotate this model's API key. Only the new key is sent; the rest of the deployment is left untouched. + Update this model's API key. Only the new key is sent; the rest of the deployment configuration is left + untouched. +