mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
Update Bing.py
This commit is contained in:
parent
fa739d2e7c
commit
ddb015e90d
@ -78,7 +78,7 @@ class Bing(AsyncGeneratorProvider, ProviderModelMixin):
|
|||||||
gpt4_turbo = True if model.startswith("gpt-4-turbo") else False
|
gpt4_turbo = True if model.startswith("gpt-4-turbo") else False
|
||||||
|
|
||||||
return stream_generate(
|
return stream_generate(
|
||||||
prompt, tone, image, context, api_key, cookies,
|
prompt, tone, image, context, cookies, api_key,
|
||||||
get_connector(connector, proxy, True),
|
get_connector(connector, proxy, True),
|
||||||
proxy, web_search, gpt4_turbo, timeout,
|
proxy, web_search, gpt4_turbo, timeout,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user