返回提交历史
Modified
g4f/Provider/Bing.py
+1
-0
XFEstudio/gpt4free
Indicated support of message history in Bing.py
2f539d06
代码差异
1 个文件
+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