Replies: 2 comments 1 reply
|
well it has been changed, now 4*7 free account is a plus account. because it become monthly |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In
app/core/usage/__init__.pythePLAN_CAPACITY_CREDITS_SECONDARYfor the 7-day window are:1134756050400That makes plus ~6.67x free
But 7 free accounts would give 7 × 1134 = 7938 credits, which exceeds a single plus account (7560). Since free accounts cost nothing, pooling them seems strictly better than a single plus subscription — at least for the 7d window.
Is this intentional? How were these numbers derived? Are they based on actual OpenAI ChatGPT API limits, or were they chosen arbitrarily? If the mapping is accurate, it seems like the load balancer would incentivize many free accounts over fewer paid ones.
All reactions