From 612bc080c2721720bb3d7b4b8791697fe1d0fd31 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 25 Apr 2024 12:12:23 -0700 Subject: [PATCH] ui - cleanup key owners tab vs end users tab --- ui/litellm-dashboard/src/components/view_users.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/view_users.tsx b/ui/litellm-dashboard/src/components/view_users.tsx index 2f26126ce4..b3960965c5 100644 --- a/ui/litellm-dashboard/src/components/view_users.tsx +++ b/ui/litellm-dashboard/src/components/view_users.tsx @@ -153,9 +153,13 @@ const ViewUserDashboard: React.FC = ({ return (
- + - + +
+ Key Owners: Users on LiteLLM that created API Keys. Automatically tracked by LiteLLM + End Users: End Users of your LLM API calls. Tracked When a `user` param is passed in your LLM calls +
Key Owners @@ -163,6 +167,7 @@ const ViewUserDashboard: React.FC = ({ +