Commit
·
19ed918
1
Parent(s):
8066e54
Update api_usage.py
Browse files- api_usage.py +2 -1
api_usage.py
CHANGED
@@ -29,7 +29,8 @@ def get_subscription(key):
|
|
29 |
quota = ""
|
30 |
try:
|
31 |
r = requests.post(queryUrl, headers=headers, json=body_gpt4 if check_gpt4_availability() else body_turbo)
|
32 |
-
print r.json()
|
|
|
33 |
except Exception as e:
|
34 |
error_message = str(e)
|
35 |
print(e)
|
|
|
29 |
quota = ""
|
30 |
try:
|
31 |
r = requests.post(queryUrl, headers=headers, json=body_gpt4 if check_gpt4_availability() else body_turbo)
|
32 |
+
print (r.json())
|
33 |
+
|
34 |
except Exception as e:
|
35 |
error_message = str(e)
|
36 |
print(e)
|