Skip to content

Commit

Permalink
Update Bing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 12, 2024
1 parent fa739d2 commit ddb015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/Bing.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_async_generator(
gpt4_turbo = True if model.startswith("gpt-4-turbo") else False

return stream_generate(
prompt, tone, image, context, api_key, cookies,
prompt, tone, image, context, cookies, api_key,
get_connector(connector, proxy, True),
proxy, web_search, gpt4_turbo, timeout,
**kwargs
Expand Down

0 comments on commit ddb015e

Please sign in to comment.