mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - show cache hits
This commit is contained in:
parent
097474502a
commit
07f34ac256
1 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ const CacheDashboard: React.FC<CachePageProps> = ({
|
|||
|
||||
</div>
|
||||
|
||||
<Subtitle>Cache Hits vs API Requests</Subtitle>
|
||||
<Subtitle className="mt-4">Cache Hits vs API Requests</Subtitle>
|
||||
<BarChart
|
||||
title="Cache Hits vs API Requests"
|
||||
data={filteredData}
|
||||
|
@ -298,7 +298,7 @@ const CacheDashboard: React.FC<CachePageProps> = ({
|
|||
yAxisWidth={48}
|
||||
/>
|
||||
|
||||
<Subtitle>Cached Completion Tokens vs Generated Completion Tokens</Subtitle>
|
||||
<Subtitle className="mt-4">Cached Completion Tokens vs Generated Completion Tokens</Subtitle>
|
||||
<BarChart
|
||||
className="mt-6"
|
||||
data={filteredData}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue