From c60f12a70bd66711edca52dba90d48017b43b6e6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 8 May 2024 10:51:32 -0700 Subject: [PATCH] ui - show guardrails --- ui/litellm-dashboard/src/components/settings.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +