mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 04:50:14 +09:00
fix
This commit is contained in:
parent
16a74423be
commit
e6e2dfd7a9
@ -53,8 +53,8 @@ func GetSubscription(c *gin.Context) {
|
||||
SoftLimit: int64(quota * 100),
|
||||
HardLimit: int64(total * 100),
|
||||
SystemHardLimit: 100000000,
|
||||
SoftLimitUSD: quota / 7.3,
|
||||
HardLimitUSD: total / 7.3,
|
||||
SoftLimitUSD: quota / 7.3 / 10,
|
||||
HardLimitUSD: total / 7.3 / 10,
|
||||
SystemHardLimitUSD: 1000000,
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user