mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
stack cache hits
This commit is contained in:
parent
5c6e24370e
commit
ced35cd841
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ const CacheDashboard: React.FC<CachePageProps> = ({
|
|||
<BarChart
|
||||
title="Cache Hits vs API Requests"
|
||||
data={filteredData}
|
||||
stack={true}
|
||||
index="name"
|
||||
valueFormatter={valueFormatterNumbers}
|
||||
categories={["LLM API requests", "Cache hit"]}
|
||||
|
|
@ -303,6 +304,7 @@ const CacheDashboard: React.FC<CachePageProps> = ({
|
|||
<BarChart
|
||||
className="mt-6"
|
||||
data={filteredData}
|
||||
stack={true}
|
||||
index="name"
|
||||
valueFormatter={valueFormatterNumbers}
|
||||
categories={["Generated Completion Tokens", "Cached Completion Tokens"]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue