Update api_usage.py
Browse files- api_usage.py +4 -1
api_usage.py
CHANGED
|
@@ -150,7 +150,10 @@ def format_status(list_models_avai, headers):
|
|
| 150 |
rpm.append(result[0])
|
| 151 |
tpm.append(result[1])
|
| 152 |
if result[2]:
|
| 153 |
-
quota
|
|
|
|
|
|
|
|
|
|
| 154 |
rpm_str = ""
|
| 155 |
tpm_str = ""
|
| 156 |
for i in range(len(rpm)):
|
|
|
|
| 150 |
rpm.append(result[0])
|
| 151 |
tpm.append(result[1])
|
| 152 |
if result[2]:
|
| 153 |
+
if quota == 'yes | custom-tier':
|
| 154 |
+
continue
|
| 155 |
+
else:
|
| 156 |
+
quota = result[2]
|
| 157 |
rpm_str = ""
|
| 158 |
tpm_str = ""
|
| 159 |
for i in range(len(rpm)):
|