This commit is contained in:
based
2025-08-09 12:35:53 +10:00
parent ab5827f013
commit 148dffa1d8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -98,6 +98,7 @@ def pretty_print_makersuite_keys(keys):
billing_count += 1
if "(" in key.tier:
unknown_keys.add(key)
else:
keys_by_tier.setdefault(key.tier, []).append(key)
for tier in output_order:
+1 -1
View File
@@ -342,7 +342,7 @@ def pretty_print_oai_keys(keys, cloned_keys):
print(format_key_details(key))
if unknown in quota_keys_by_tier:
print(f"\n{unknown}:")
print(f"\nFound {len(quota_keys_by_tier[unknown])} keys of {unknown}:")
for key in quota_keys_by_tier[unknown]:
print(format_key_details(key))