mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
Preserve usage provider identity
This commit is contained in:
@@ -71,7 +71,9 @@ export interface UsageByUser {
|
||||
}
|
||||
|
||||
export interface UsageByProvider {
|
||||
provider_id: string
|
||||
provider_id?: string | null
|
||||
provider_key?: string
|
||||
provider_identity_source?: 'provider_id' | 'legacy_name'
|
||||
provider: string
|
||||
request_count: number
|
||||
total_tokens: number
|
||||
|
||||
Reference in New Issue
Block a user