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

XFEstudio/gpt4free

Indicated support of message history in Bing.py

2f539d06
Luneye <73485421+Luneye@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/Provider/Bing.py +1 -0
@@ -32,6 +32,7 @@ default_cookies = {
32 32 class Bing(AsyncGeneratorProvider):
33 33 url = "https://bing.com/chat"
34 34 working = True
35 supports_message_history = True
35 36 supports_gpt_4 = True
36 37
37 38 @staticmethod