diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-11 08:26:36 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-11 08:26:36 +0200 |
commit | da3c019f1877de966f37b95d04952d2f4539481a (patch) | |
tree | a6f181ec66fb4b87e5ef6ee9b1a1597b55a4418e /docs | |
parent | feat(docs/providers-and-models.md): expand and update provider list (diff) | |
download | gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar.gz gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar.bz2 gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar.lz gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar.xz gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.tar.zst gpt4free-da3c019f1877de966f37b95d04952d2f4539481a.zip |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/requirements.md b/docs/requirements.md index a4137a64..98f7c84a 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -38,13 +38,9 @@ Install required package for loading cookies from browser: ``` pip install browser_cookie3 ``` -Install curl_cffi for better protection from being blocked: -``` -pip install curl_cffi -``` Install all packages and uninstall this package for disabling the webdriver: ``` pip uninstall undetected-chromedriver ``` -[Return to Home](/)
\ No newline at end of file +[Return to Home](/) |