From 95c762e572db116673641ffc4fc20ad4aa8eba75 Mon Sep 17 00:00:00 2001 From: azdolinski Date: Wed, 19 Mar 2025 14:47:34 +0000 Subject: [PATCH] sync_latest_changes --- ui/litellm-dashboard/src/components/provider_info_helpers.tsx | 2 +- ui/litellm-dashboard/src/global.d.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 ui/litellm-dashboard/src/global.d.ts diff --git a/ui/litellm-dashboard/src/components/provider_info_helpers.tsx b/ui/litellm-dashboard/src/components/provider_info_helpers.tsx index 4c2fb0e5b4..73285d33a5 100644 --- a/ui/litellm-dashboard/src/components/provider_info_helpers.tsx +++ b/ui/litellm-dashboard/src/components/provider_info_helpers.tsx @@ -170,4 +170,4 @@ export const getProviderModels = (provider: Providers, modelMap: any): Array