mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-26 04:33:35 +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,
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user