mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
(ui) commit work
This commit is contained in:
parent
8f4802aad3
commit
e55903f75d
2 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -24,7 +24,7 @@ const Sidebar: React.FC<SidebarProps> = ({ setPage }) => {
|
|||
Models
|
||||
</Menu.Item>
|
||||
<Menu.Item key="3" onClick={() => setPage("llm-playground")}>
|
||||
Playground
|
||||
Chat UI
|
||||
</Menu.Item>
|
||||
<Menu.Item key="4" onClick={() => setPage("usage")}>
|
||||
Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue