diff --git a/ui/litellm-dashboard/src/components/settings.tsx b/ui/litellm-dashboard/src/components/settings.tsx index 092f7bb14..f8f57897e 100644 --- a/ui/litellm-dashboard/src/components/settings.tsx +++ b/ui/litellm-dashboard/src/components/settings.tsx @@ -21,7 +21,8 @@ import { TabPanels, TabGroup, TabList, - Tab + Tab, + Callout, } from "@tremor/react"; import { getCallbacksCall, setCallbacksCall, serviceHealthCheck } from "./networking"; import { Modal, Form, Input, Select, Button as Button2, message } from "antd"; @@ -340,6 +341,9 @@ const Settings: React.FC = ({ return (
+ + + Logging Callbacks @@ -347,7 +351,11 @@ const Settings: React.FC = ({ + + + Presidio + Guardrails coming soon +