Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update Bard version flag (#11)
Browse files Browse the repository at this point in the history
* Update Bard version flag

* Remove unused import
  • Loading branch information
vsakkas authored Nov 16, 2023
1 parent ea9692a commit 7236963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bard/bard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import random
import re
from os import environ

Expand Down
2 changes: 1 addition & 1 deletion bard/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7236963

Please sign in to comment.