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

XFEstudio/gpt4free

Update helper.py

840157ab
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/Provider/helper.py +1 -0
@@ -42,6 +42,7 @@ except ImportError:
42 42
43 43 from ..typing import Dict, Messages, Union, Tuple
44 44 from .. import debug
45 DisplayType = Union[Display, bool]
45 46
46 47 # Change event loop policy on windows
47 48 if sys.platform == 'win32':