mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
ui - fix model usage page
This commit is contained in:
parent
917eed5114
commit
93fbea8b07
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
<Title>Number Requests per Model</Title>
|
||||
<BarChart
|
||||
data={modelMetrics}
|
||||
className="h-[50vh]"
|
||||
index="model"
|
||||
categories={["num_requests"]}
|
||||
colors={["blue"]}
|
||||
|
@ -459,6 +460,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
<Title>Latency Per Model</Title>
|
||||
<BarChart
|
||||
data={modelLatencyMetrics}
|
||||
className="h-[50vh]"
|
||||
index="model"
|
||||
categories={["avg_latency_seconds"]}
|
||||
colors={["red"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue