Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Update server identifier to p2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Mar 23, 2023
1 parent e87c583 commit 6bf12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bard.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def ask(self, message: str) -> dict:
"""
# url params
params = {
"bl": "boq_assistant-bard-web-server_20230315.04_p1", # 2023/03/15
"bl": "boq_assistant-bard-web-server_20230315.04_p2",
"_reqid": str(self._reqid),
"rt": "c",
}
Expand Down

0 comments on commit 6bf12b7

Please sign in to comment.