From c69c9c63ccdb89092eb156dd168c19193b9202e1 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 13 Feb 2024 19:37:43 -0800 Subject: [PATCH] (ui) commit work --- ui/litellm-dashboard/src/components/chat_ui.tsx | 2 ++ ui/litellm-dashboard/src/components/leftnav.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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