diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-09-08 13:18:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 13:18:16 +0200 |
commit | 1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78 (patch) | |
tree | f55143f11dd61b31734566d857ba70fcb407f20a /README.md | |
parent | - | Merge pull request #873 (diff) | |
parent | readed -> read (diff) | |
download | gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar.gz gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar.bz2 gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar.lz gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar.xz gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.tar.zst gpt4free-1fc9ec91ead53da4c45ae6fb76588ff5c38c0f78.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ Many providers need cookies to work. In Bing you need a session, where you have passed the captcha. And in others providers you have to log-in into your account. If you run the g4l package locally, -cookies from your browsers are readed with `get_cookies`. +cookies from your browsers are read with `get_cookies`. Else you have pass them in the parameter `cookies`: ```py import g4f |