From 7ae5d519644962ef8159fa1a2a8530111126ec3a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 23 Nov 2024 15:08:39 +0530 Subject: [PATCH 01/12] build(ui/create_key_button.tsx): support adding tags for cost tracking/routing when making key --- .../src/components/create_key_button.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index 0af3a064c..424a3b167 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -355,6 +355,15 @@ const CreateKey: React.FC = ({ placeholder="Enter metadata as JSON" /> + +