From a1a35683ea3ca13110bf4412e0558fe5967962bd Mon Sep 17 00:00:00 2001 From: "Minwoo(Daniel) Park" Date: Sun, 23 Jul 2023 23:25:55 +0900 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab48e6e81..03912de51 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ bard.get_answer("What is my last prompt??")['content']
## Auto Cookie Bard -Using [browser_cookie3](https://github.com/borisbabic/browser_cookie3) we extract the `__Secure-1PSID`` cookie from all browsers, and then we can use the API without passing the token. However, there are still incomplete dependency packages and various variables, so please seek assistance in the following [GitHub Issues](https://github.com/borisbabic/browser_cookie3/issues) or adjust your browser's version. +Using [browser_cookie3](https://github.com/borisbabic/browser_cookie3) we extract the `__Secure-1PSID` cookie from all browsers, and then we can use the API without passing the token. However, there are still incomplete dependency packages and various variables, so please seek assistance in the following [GitHub Issues](https://github.com/borisbabic/browser_cookie3/issues) or adjust your browser's version. ```python from bardapi import Bard