superdup95
commited on
Commit
•
5424919
1
Parent(s):
3027807
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def get_key_info(key):
|
|
21 |
info_dict["gpt4_availability"] = gpt4_avai
|
22 |
info_dict["has_payment_method"] = info["has_payment_method"]
|
23 |
# info_dict["used"] = used
|
24 |
-
info_dict["plan"] = info["
|
25 |
info_dict["limit"] = info["hard_limit_usd"]
|
26 |
return info_dict
|
27 |
|
|
|
21 |
info_dict["gpt4_availability"] = gpt4_avai
|
22 |
info_dict["has_payment_method"] = info["has_payment_method"]
|
23 |
# info_dict["used"] = used
|
24 |
+
info_dict["plan"] = info["plan"]
|
25 |
info_dict["limit"] = info["hard_limit_usd"]
|
26 |
return info_dict
|
27 |
|