From d3b232cdf6ef40474591a8b42d8e8d8655395fd6 Mon Sep 17 00:00:00 2001 From: birdup Date: Sat, 11 May 2024 09:37:25 +0500 Subject: [PATCH] Add Random Chat ID --- merlin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merlin.py b/merlin.py index dd05619..9ca16e7 100644 --- a/merlin.py +++ b/merlin.py @@ -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",