diff --git a/bard/bard.py b/bard/bard.py index 2b2687b..bd59752 100644 --- a/bard/bard.py +++ b/bard/bard.py @@ -1,5 +1,4 @@ import json -import random import re from os import environ diff --git a/bard/constants.py b/bard/constants.py index f7d6b02..89ef73d 100644 --- a/bard/constants.py +++ b/bard/constants.py @@ -17,7 +17,7 @@ "X-Same-Domain": "1", } -BARD_VERSION = "boq_assistant-bard-web-server_20231105.14_p0" +BARD_VERSION = "boq_assistant-bard-web-server_20231112.15_p6" BARD_URL = "https://bard.google.com/chat" BARD_STREAM_GENERATE_URL = "https://bard.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate"