diff --git a/ui/litellm-dashboard/src/components/chat_ui.tsx b/ui/litellm-dashboard/src/components/chat_ui.tsx index f5e7bf28cf..4f59b3d3d0 100644 --- a/ui/litellm-dashboard/src/components/chat_ui.tsx +++ b/ui/litellm-dashboard/src/components/chat_ui.tsx @@ -5,6 +5,8 @@ import { Card, Title, Table, TableHead, TableRow, TableCell, TableBody, Grid, Ta TabList, TabPanel, Metric, + Select, + SelectItem, TabPanels, } from "@tremor/react"; import { modelInfoCall } from "./networking"; import openai from "openai"; diff --git a/ui/litellm-dashboard/src/components/leftnav.tsx b/ui/litellm-dashboard/src/components/leftnav.tsx index 31515650f8..90488e8ef2 100644 --- a/ui/litellm-dashboard/src/components/leftnav.tsx +++ b/ui/litellm-dashboard/src/components/leftnav.tsx @@ -24,7 +24,7 @@ const Sidebar: React.FC = ({ setPage }) => { Models setPage("llm-playground")}> - Playground + Chat UI setPage("usage")}> Usage