You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature/modified the **Current Usage** section in the GUI to display
rate limits alongside current usage counts in the format "X of Y calls
made"
How It Works:
Based on your example data: - **Rate Limit 1**: Per Second=10, Per
Minute=5, Per Hour=-1, Per Day=2340, Per Week=-1, Per Month=-1 - **Rate
Limit 2**: Per Second=1, Per Minute=26, Per Hour=450, Per Day=-1, Per
Week=4124, Per Month=23000
The system will now display: - **Per Second**: "1 of 11 calls made"
(10+1=11) - **Per Minute**: "7 of 31 calls made" (5+26=31) - **Per
Hour**: "26 of 450 calls made" (only limit 2 has a value) - **Per Day**:
"109 of 2340 calls made" (only limit 1 has a value) - **Per Week**: "109
of 4124 calls made" (only limit 2 has a value) - **Per Month**: "109 of
23000 calls made" (only limit 2 has a value)
0 commit comments