XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Remove timeout

3ce8edce
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f/api/__init__.py +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):