mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: fix naming to align with metric
This commit is contained in:
parent
7d845cc40a
commit
00b3d212f4
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export function GuardrailsOverview({
|
|||
|
||||
<Grid numItems={2} numItemsLg={5} className="gap-4 mb-6 items-stretch">
|
||||
<Col className="flex flex-col">
|
||||
<MetricCard label="Total Requests Evaluated" value={metrics.totalRequests.toLocaleString()} />
|
||||
<MetricCard label="Total Evaluations" value={metrics.totalRequests.toLocaleString()} />
|
||||
</Col>
|
||||
<Col className="flex flex-col">
|
||||
<MetricCard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue