返回提交历史
Modified
g4f/Provider/Bing.py
+1
-1
XFEstudio/gpt4free
Fix bing stream func
9aa76da0
代码差异
1 个文件
+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: