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:
hlohaus
2025-01-24 17:49:07 +01:00
parent 07aba23ef5
commit ef9dcfa66b
12 changed files with 176 additions and 27 deletions

View File

@@ -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": [