fix: fix used amount not correct
This commit is contained in:
parent
14b85318a6
commit
ced9f060c7
@ -48,6 +48,9 @@ func GetUsage(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
amount := float64(quota)
|
||||
if common.DisplayInCurrencyEnabled {
|
||||
amount /= common.QuotaPerUnit
|
||||
}
|
||||
usage := OpenAIUsageResponse{
|
||||
Object: "list",
|
||||
TotalUsage: amount,
|
||||
|
Loading…
Reference in New Issue
Block a user