superdup95
commited on
Commit
•
4f19aff
1
Parent(s):
90860c8
Update api_usage.py
Browse files- api_usage.py +1 -1
api_usage.py
CHANGED
@@ -119,7 +119,7 @@ def format_status(list_models_avai, headers):
|
|
119 |
if dictCount == dictLength:
|
120 |
quota = "yes | custom-tier"
|
121 |
elif model == GPT_TYPES[0] and quota == "":
|
122 |
-
quota =
|
123 |
else:
|
124 |
continue
|
125 |
else:
|
|
|
119 |
if dictCount == dictLength:
|
120 |
quota = "yes | custom-tier"
|
121 |
elif model == GPT_TYPES[0] and quota == "":
|
122 |
+
quota = check_key_tier(rpm_num, tpm_num, TOKEN_LIMIT_PER_TIER_TURBO, headers)
|
123 |
else:
|
124 |
continue
|
125 |
else:
|