返回提交历史
Modified
g4f/Provider/Bing.py
+1
-1
XFEstudio/gpt4free
Update Bing.py
ddb015e9
代码差异
1 个文件
+1
-1
@@ -78,7 +78,7 @@ class Bing(AsyncGeneratorProvider, ProviderModelMixin):
78
78
gpt4_turbo = True if model.startswith("gpt-4-turbo") else False
79
79
80
80
return stream_generate(
81
prompt, tone, image, context, api_key, cookies,
81
prompt, tone, image, context, cookies, api_key,
82
82
get_connector(connector, proxy, True),
83
83
proxy, web_search, gpt4_turbo, timeout,
84
84
**kwargs