mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add webview docs and examples, Set webview as default
This commit is contained in:
parent
cef44edbde
commit
2ee724f93e
6 changed files with 56 additions and 23 deletions
18
setup.py
18
setup.py
|
|
@ -18,23 +18,24 @@ EXTRA_REQUIRE = {
|
|||
'all': [
|
||||
"curl_cffi>=0.6.2",
|
||||
"certifi",
|
||||
"async-property", # openai
|
||||
"py-arkose-generator", # openai
|
||||
#"py-arkose-generator", # not working
|
||||
"browser_cookie3", # get_cookies
|
||||
"PyExecJS", # GptForLove
|
||||
"duckduckgo-search>=5.0" ,# internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"brotli", # openai
|
||||
"platformdirs", # webdriver
|
||||
"undetected-chromedriver>=3.5.5", # webdriver
|
||||
"setuptools", # webdriver
|
||||
#"undetected-chromedriver>=3.5.5", # webdriver
|
||||
#"setuptools", # webdriver
|
||||
"pywebview",
|
||||
"platformdirs",
|
||||
"plyer",
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
"cairosvg", # svg image
|
||||
"werkzeug", "flask", # gui
|
||||
"loguru", "fastapi",
|
||||
"uvicorn", "nest_asyncio", # api
|
||||
"selenium-wire"
|
||||
#"selenium-wire"
|
||||
],
|
||||
"image": [
|
||||
"pillow",
|
||||
|
|
@ -47,6 +48,11 @@ EXTRA_REQUIRE = {
|
|||
"setuptools",
|
||||
"selenium-wire"
|
||||
],
|
||||
"webview": [
|
||||
"webview",
|
||||
"platformdirs",
|
||||
"plyer"
|
||||
],
|
||||
"openai": [
|
||||
"async-property",
|
||||
"py-arkose-generator",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue