Update main.py
Browse files
main.py
CHANGED
@@ -124,7 +124,7 @@ def build_payload(messages: List[Dict[str, Any]]) -> Dict[str, Any]:
|
|
124 |
"id": random_id()
|
125 |
},
|
126 |
"expires": "2025-06-09T19:36:08.220Z",
|
127 |
-
"isNewUser":
|
128 |
},
|
129 |
"isPremium": True,
|
130 |
"subscriptionCache": {
|
|
|
124 |
"id": random_id()
|
125 |
},
|
126 |
"expires": "2025-06-09T19:36:08.220Z",
|
127 |
+
"isNewUser": True
|
128 |
},
|
129 |
"isPremium": True,
|
130 |
"subscriptionCache": {
|