diff options
Diffstat (limited to 'g4f/Provider/Bing.py')
-rw-r--r-- | g4f/Provider/Bing.py | 6 |
1 files changed, 3 insertions, 3 deletions
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( |