fix: usage filter

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent 7d75714662
commit 94d3fa356c
6 changed files with 37 additions and 12 deletions
+4
View File
@@ -1,4 +1,8 @@
export const groupByOptions = [
{
value: '',
label: 'None'
},
{
value: 'model',
label: 'Model'
+2
View File
@@ -56,6 +56,8 @@ export type BreakdownItem = UsageFilterItem & {
models_called: number;
api_keys_used: number;
last_active: string;
provider_type: string;
provider_name: string;
};
export interface UsageMeta {