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

XFEstudio/gpt4free

Fix bing stream func

9aa76da0
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Bing.py +1 -1
@@ -249,7 +249,7 @@ async def stream_generate(
249 249 cookies: dict = None,
250 250 web_search: bool = False,
251 251 gpt4_turbo: bool = False,
252 timeout = int = 900
252 timeout: int = 900
253 253 ):
254 254 headers = Defaults.headers
255 255 if cookies: