Fix bing stream func

This commit is contained in:
Heiner Lohaus 2024-01-10 20:06:21 +01:00
parent fcbe930020
commit 9aa76da0fa

View File

@ -249,7 +249,7 @@ async def stream_generate(
cookies: dict = None, cookies: dict = None,
web_search: bool = False, web_search: bool = False,
gpt4_turbo: bool = False, gpt4_turbo: bool = False,
timeout = int = 900 timeout: int = 900
): ):
headers = Defaults.headers headers = Defaults.headers
if cookies: if cookies: