Spaces:
Sleeping
Sleeping
File size: 1,920 Bytes
c890bc7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | {
"feature_flags": {
"superfiesta_mode": true,
"sora_mode": true,
"ai_rankings": true,
"merging": true
},
"users": {
"bhaveshkori001@gmail.com": {
"tier": "pro",
"messages_sent": 30,
"is_pro": true,
"pending_payment": null
},
"iamflyingrider@gmail.com": {
"tier": "free",
"messages_sent": 2,
"is_pro": false,
"pending_payment": null
},
"public-user": {
"tier": "free",
"messages_sent": 915,
"is_pro": false,
"pending_payment": null,
"tokens_used": 44613,
"images_count": 81
},
"test@test.com": {
"tier": "free",
"messages_sent": 208,
"is_pro": false,
"pending_payment": null
},
"test@example.com": {
"tier": "free",
"messages_sent": 419,
"is_pro": false,
"pending_payment": null
},
"test@superai.com": {
"tier": "free",
"messages_sent": 364,
"is_pro": false,
"pending_payment": null,
"tokens_used": 1000,
"images_count": 2
},
"test@sora.ai": {
"tier": "free",
"messages_sent": 486,
"is_pro": false,
"pending_payment": null
},
"test@superai.example.com": {
"tier": "free",
"messages_sent": 3,
"is_pro": false,
"pending_payment": null
},
"test2@superai.example.com": {
"tier": "free",
"messages_sent": 1,
"is_pro": false,
"pending_payment": null
},
"test_user@superai.example.com": {
"tier": "free",
"messages_sent": 8,
"is_pro": false,
"pending_payment": null
},
"test-user@superai.com": {
"tier": "free",
"messages_sent": 0,
"tokens_used": 0,
"images_count": 0,
"is_pro": false,
"pending_payment": null
}
},
"payments": []
} |