Created Google Bard (markdown)
parent
30cd61092f
commit
92f2c26f93
1 changed files with 19 additions and 0 deletions
19
Google-Bard.md
Normal file
19
Google-Bard.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
Get `__Secure-1PSID` cookie from https://bard.google.com/
|
||||
<br>
|
||||
sample `.env`
|
||||
```env
|
||||
SERVER_URL="xxxxx.xxxxxx.xxxxxxxxx"
|
||||
ACCESS_TOKEN="xxxxxxxxxxxxxxxxx"
|
||||
USERNAME="@chatgpt"
|
||||
BARD_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx."
|
||||
```
|
||||
|
||||
sample `config.json`
|
||||
```json
|
||||
{
|
||||
"server_url": "xxxx.xxxx.xxxxx",
|
||||
"access_token": "xxxxxxxxxxxxxxxxxxxxxx",
|
||||
"username": "@chatgpt",
|
||||
"bard_token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx."
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue