From 79cf039a888eef117ef514a9ad30a6cb4dbf81b9 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 27 Oct 2023 22:59:14 +0200 Subject: Update config supports_message_history --- g4f/Provider/Bing.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'g4f/Provider/Bing.py') diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py index ca14510c..726faa2b 100644 --- a/g4f/Provider/Bing.py +++ b/g4f/Provider/Bing.py @@ -30,10 +30,10 @@ default_cookies = { } class Bing(AsyncGeneratorProvider): - url = "https://bing.com/chat" - working = True + url = "https://bing.com/chat" + working = True supports_message_history = True - supports_gpt_4 = True + supports_gpt_4 = True @staticmethod def create_async_generator( -- cgit v1.2.3