From 72369633cb8acda604bce92059e48a11b068bf1b Mon Sep 17 00:00:00 2001 From: vsakkas Date: Thu, 16 Nov 2023 21:54:15 +0200 Subject: [PATCH] Update Bard version flag (#11) * Update Bard version flag * Remove unused import --- bard/bard.py | 1 - bard/constants.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"