mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 04:01:52 +03:00
Fix bing stream func
This commit is contained in:
parent
fcbe930020
commit
9aa76da0fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user