diff options
author | Luneye <73485421+Luneye@users.noreply.github.com> | 2023-10-24 23:44:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 23:44:44 +0200 |
commit | 2f539d06013e65d3b7db3e0c5f5f91442c2442f8 (patch) | |
tree | 2a85e5247855cc27789d4547f17d00407e88a8b2 /g4f/Provider/Bing.py | |
parent | Indicated support of message history in ChatBase.py (diff) | |
download | gpt4free-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 |
Diffstat (limited to 'g4f/Provider/Bing.py')
-rw-r--r-- | g4f/Provider/Bing.py | 1 |
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 |