Merge pull request #69 from AoaoMH/feature/Record-optimization

feat: add usage statistics and records feature with new API routes, f…
This commit is contained in:
fawney19
2026-01-05 19:31:59 +08:00
committed by GitHub
8 changed files with 112 additions and 25 deletions

View File

@@ -166,6 +166,7 @@ export const usageApi = {
end_date?: string
user_id?: string // UUID
username?: string
user_api_key_name?: string
model?: string
provider?: string
status?: string // 'stream' | 'standard' | 'error'