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, }), });