返回提交历史
Modified
docs/requirements.md
+2
-2
XFEstudio/gpt4free
Update requirements.md
40c6132c
代码差异
1 个文件
+2
-2
@@ -38,9 +38,9 @@ Install required package for loading cookies from browser:
38
38
```
39
39
pip install browser_cookie3
40
40
```
41
Install all packages and uninstall this package for disabling the webdriver:
41
Install all packages and uninstall this package for disabling the browser support:
42
42
```
43
pip uninstall undetected-chromedriver
43
pip uninstall nodriver
44
44
```
45
45
46
46
---