Add Random Chat ID

This commit is contained in:
birdup 2024-05-11 09:37:25 +05:00
parent f60c096d2a
commit d3b232cdf6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ data = {
"type": "NEW"
},
"activeThreadSnippet": [],
"chatId": "a39969ee-1342-4e3c-80fb-93cb5e40e17c",
"chatId": str(uuid.uuid4()),
"language": "AUTO",
"metadata": None,
"mode": "VANILLA_CHAT",