Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 25, 2023
1 parent 0ef8db0 commit c501d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="GoogleBard",
version="1.3.2",
version="1.3.3",
license="MIT License",
author="Antonio Cheong",
author_email="acheong@student.dalat.org",
Expand Down
2 changes: 1 addition & 1 deletion src/Bard.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def ask(self, message: str) -> dict:
"""
# url params
params = {
"bl": "boq_assistant-bard-web-server_20230606.12_p0",
"bl": "boq_assistant-bard-web-server_20230620.14_p0",
"_reqid": str(self._reqid),
"rt": "c",
}
Expand Down

0 comments on commit c501d2d

Please sign in to comment.