summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuneye <73485421+Luneye@users.noreply.github.com>2023-10-24 23:44:44 +0200
committerGitHub <noreply@github.com>2023-10-24 23:44:44 +0200
commit2f539d06013e65d3b7db3e0c5f5f91442c2442f8 (patch)
tree2a85e5247855cc27789d4547f17d00407e88a8b2
parentIndicated support of message history in ChatBase.py (diff)
downloadgpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar.gz
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar.bz2
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar.lz
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar.xz
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.tar.zst
gpt4free-2f539d06013e65d3b7db3e0c5f5f91442c2442f8.zip
-rw-r--r--g4f/Provider/Bing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py
index c54a3ae5..ca14510c 100644
--- a/g4f/Provider/Bing.py
+++ b/g4f/Provider/Bing.py
@@ -32,6 +32,7 @@ default_cookies = {
class Bing(AsyncGeneratorProvider):
url = "https://bing.com/chat"
working = True
+ supports_message_history = True
supports_gpt_4 = True
@staticmethod