返回提交历史
Modified
g4f/Provider/Phind.py
+1
-1
Modified
requirements.txt
+1
-0
XFEstudio/gpt4free
fix: no module named 'flask' (#1216)
a3c4e635
代码差异
2 个文件
+2
-1
@@ -80,4 +80,4 @@ class Phind(AsyncGeneratorProvider):
80
80
("timeout", "int"),
81
81
]
82
82
param = ", ".join([": ".join(p) for p in params])
83
return f"g4f.provider.{cls.__name__} supports: ({param})"
83
return f"g4f.provider.{cls.__name__} supports: ({param})"
@@ -20,3 +20,4 @@ numpy
20
20
asgiref
21
21
fastapi
22
22
uvicorn
23
flask