mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - rename the titles of each card
This commit is contained in:
parent
a4bebfbacc
commit
ac692addbc
1 changed files with 2 additions and 2 deletions
|
@ -435,7 +435,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
||||||
</Grid>
|
</Grid>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<Card>
|
<Card>
|
||||||
<Title>Model Statistics (Number Requests)</Title>
|
<Title>Number Requests per Model</Title>
|
||||||
<BarChart
|
<BarChart
|
||||||
data={modelMetrics}
|
data={modelMetrics}
|
||||||
index="model"
|
index="model"
|
||||||
|
@ -447,7 +447,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
<Card>
|
<Card>
|
||||||
<Title>Model Statistics (Latency)</Title>
|
<Title>Latency Per Model</Title>
|
||||||
<BarChart
|
<BarChart
|
||||||
data={modelMetrics}
|
data={modelMetrics}
|
||||||
index="model"
|
index="model"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue