summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-12 21:16:26 +0200
committerGitHub <noreply@github.com>2024-04-12 21:16:26 +0200
commitddb015e90d51650141abb179b404d0027b2e62f8 (patch)
tree86db871e30920b8db3bdb87afc26e35befba9cb0
parent Add Aichatos and Blackbox Provider (#1822) (diff)
downloadgpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar.gz
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar.bz2
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar.lz
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar.xz
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.tar.zst
gpt4free-ddb015e90d51650141abb179b404d0027b2e62f8.zip
-rw-r--r--g4f/Provider/Bing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py
index cef2f681..92f79cca 100644
--- a/g4f/Provider/Bing.py
+++ b/g4f/Provider/Bing.py
@@ -78,7 +78,7 @@ class Bing(AsyncGeneratorProvider, ProviderModelMixin):
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