mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 13:00: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),
|
SoftLimit: int64(quota * 100),
|
||||||
HardLimit: int64(total * 100),
|
HardLimit: int64(total * 100),
|
||||||
SystemHardLimit: 100000000,
|
SystemHardLimit: 100000000,
|
||||||
SoftLimitUSD: quota / 7.3,
|
SoftLimitUSD: quota / 7.3 / 10,
|
||||||
HardLimitUSD: total / 7.3,
|
HardLimitUSD: total / 7.3 / 10,
|
||||||
SystemHardLimitUSD: 1000000,
|
SystemHardLimitUSD: 1000000,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user