mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
ui - new build
This commit is contained in:
parent
23ae2b9fd6
commit
c39db5686d
20 changed files with 15 additions and 19 deletions
|
@ -162,7 +162,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
console.log("keys in usage", keys);
|
||||
console.log("premium user in usage", premiumUser);
|
||||
|
||||
function valueFormatterNumbers(number) {
|
||||
function valueFormatterNumbers(number: number) {
|
||||
const formatter = new Intl.NumberFormat('en-US', {
|
||||
maximumFractionDigits: 0,
|
||||
notation: 'compact',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue