mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Move some modules, create providers dir
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
This commit is contained in:
parent
0a0698c7f3
commit
e5b7f72b71
31 changed files with 448 additions and 435 deletions
4
setup.py
4
setup.py
|
|
@ -21,7 +21,7 @@ EXTRA_REQUIRE = {
|
|||
"py-arkose-generator", # openai
|
||||
"browser_cookie3", # get_cookies
|
||||
"PyExecJS", # GptForLove
|
||||
"duckduckgo-search", # internet.search
|
||||
"duckduckgo-search>=4.4.3",# internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"brotli", # openai
|
||||
"platformdirs", # webdriver
|
||||
|
|
@ -56,7 +56,7 @@ EXTRA_REQUIRE = {
|
|||
"gui": [
|
||||
"werkzeug", "flask",
|
||||
"beautifulsoup4", "pillow",
|
||||
"duckduckgo-search",
|
||||
"duckduckgo-search>=4.4.3",
|
||||
"browser_cookie3"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue