XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update Bing.py

ddb015e9
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Bing.py +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