fix: no module named 'flask' (#1216)
pull/1221/head
Tekky 11 months ago committed by GitHub
commit 722f25039f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,4 +80,4 @@ class Phind(AsyncGeneratorProvider):
("timeout", "int"),
]
param = ", ".join([": ".join(p) for p in params])
return f"g4f.provider.{cls.__name__} supports: ({param})"
return f"g4f.provider.{cls.__name__} supports: ({param})"

@ -20,3 +20,4 @@ numpy
asgiref
fastapi
uvicorn
flask
Loading…
Cancel
Save