返回提交历史
Modified
g4f/api/__init__.py
+0
-1
XFEstudio/gpt4free
Remove timeout
3ce8edce
代码差异
1 个文件
+0
-1
@@ -146,7 +146,6 @@ def create_app_with_demo_and_debug():
146
146
g4f.debug.logging = True
147
147
AppConfig.gui = True
148
148
AppConfig.demo = True
149
AppConfig.timeout = 60
150
149
return create_app()
151
150
152
151
class ErrorResponse(Response):