mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix generate Images with OpenaiChat
Add "flux"as alias in HuggingSpace providers Choice a random space provider in HuggingSpace provider Add "Selecting a Provider" Documentation Update requirements list in pypi packages Fix label of CablyAI and DeepInfraChat provider
This commit is contained in:
parent
07aba23ef5
commit
ef9dcfa66b
12 changed files with 176 additions and 27 deletions
9
setup.py
9
setup.py
|
|
@ -48,11 +48,11 @@ EXTRA_REQUIRE = {
|
|||
'slim': [
|
||||
"curl_cffi>=0.6.2",
|
||||
"certifi",
|
||||
"browser_cookie3",
|
||||
"duckduckgo-search>=5.0" ,# internet.search
|
||||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
"cairosvg", # svg image
|
||||
"werkzeug", "flask", # gui
|
||||
"fastapi", # api
|
||||
"uvicorn", # api
|
||||
|
|
@ -68,7 +68,8 @@ EXTRA_REQUIRE = {
|
|||
"webview": [
|
||||
"pywebview",
|
||||
"platformdirs",
|
||||
"cryptography"
|
||||
"plyer",
|
||||
"cryptography",
|
||||
],
|
||||
"api": [
|
||||
"loguru", "fastapi",
|
||||
|
|
@ -79,10 +80,10 @@ EXTRA_REQUIRE = {
|
|||
"werkzeug", "flask",
|
||||
"beautifulsoup4", "pillow",
|
||||
"duckduckgo-search>=5.0",
|
||||
"browser_cookie3",
|
||||
],
|
||||
"search": [
|
||||
"beautifulsoup4", "pillow",
|
||||
"beautifulsoup4",
|
||||
"pillow",
|
||||
"duckduckgo-search>=5.0",
|
||||
],
|
||||
"local": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue