From 855a1e800029b994970af8d2fb43f872f1f1df2e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 29 Jan 2024 14:38:21 -0800 Subject: [PATCH] (ui) use default /key/generate settings --- ui/litellm-dashboard/src/components/networking.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/networking.tsx b/ui/litellm-dashboard/src/components/networking.tsx index edd601570..b0a0ede62 100644 --- a/ui/litellm-dashboard/src/components/networking.tsx +++ b/ui/litellm-dashboard/src/components/networking.tsx @@ -15,8 +15,6 @@ export const keyCreateCall = async ( "Content-Type": "application/json", }, body: JSON.stringify({ - team_id: "core-infra-4", - max_budget: 10, user_id: userID, }), });