From e2ffae8a0fd610dd60441b16e58f1719b5032e79 Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Fri, 31 Jul 2026 21:14:58 -0700 Subject: [PATCH] fix(ui): say what the auto-router savings are measured against "vs. the router's baseline model" defined the number by a config field most operators never set, and now that the baseline is derived it named nothing at all. The comparison is the priciest model the router can reach, so the card says that. --- .../(dashboard)/cost-optimization/_components/UsageTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/UsageTab.tsx b/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/UsageTab.tsx index 1eb3802c216..5a6ffdf6c99 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/UsageTab.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/cost-optimization/_components/UsageTab.tsx @@ -203,8 +203,8 @@ const UsageTab: React.FC = ({ accessToken, activity }) => {