Update api_usage.py
Browse files- 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
|
| 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):
|