Fix bing stream func

This commit is contained in:
Heiner Lohaus 2024-01-10 20:06:21 +01:00
parent fcbe930020
commit 9aa76da0fa
1 changed files with 1 additions and 1 deletions

View File

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