yangtb24 commited on
Commit
ea45e87
·
verified ·
1 Parent(s): 905271c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ def list_models():
390
  })
391
 
392
  def get_billing_info():
393
- keys = valid_keys_global + unverified_keys_global
394
  total_balance = 0
395
 
396
  with concurrent.futures.ThreadPoolExecutor(
 
390
  })
391
 
392
  def get_billing_info():
393
+ keys = valid_keys_global
394
  total_balance = 0
395
 
396
  with concurrent.futures.ThreadPoolExecutor(