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

Update Bard version flag #11

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"