superdup95 commited on
Commit
a7bd2f9
·
verified ·
1 Parent(s): 0d05283

Update api_usage.py

Browse files
Files changed (1) hide show
  1. api_usage.py +1 -1
api_usage.py CHANGED
@@ -359,7 +359,7 @@ def get_azure_status(endpoint, api_key, deployments_list):
359
  pozz_res[model] = "Un-moderated"
360
 
361
  except Exception as e:
362
- pozz_res.append(f'{model}: {e}')
363
  return pozz_res, has_32k, has_gpt4turbo, has_gpt4, has_turbo
364
 
365
  def check_key_mistral_availability(key):
 
359
  pozz_res[model] = "Un-moderated"
360
 
361
  except Exception as e:
362
+ pozz_res[model] = e
363
  return pozz_res, has_32k, has_gpt4turbo, has_gpt4, has_turbo
364
 
365
  def check_key_mistral_availability(key):