Skip to content

Google Bard (deprecated)

BobMaster edited this page Sep 18, 2023 · 1 revision

Almost unusable, see https://github.com/acheong08/Bard/issues/75

Get __Secure-1PSID cookie from https://bard.google.com/
sample .env

SERVER_URL="xxxxx.xxxxxx.xxxxxxxxx"
ACCESS_TOKEN="xxxxxxxxxxxxxxxxx"
USERNAME="@chatgpt"
BARD_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx."

sample config.json

{
    "server_url": "xxxx.xxxx.xxxxx",
    "access_token": "xxxxxxxxxxxxxxxxxxxxxx",
    "username": "@chatgpt",
    "bard_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx."
}
Clone this wiki locally