diff options
Diffstat (limited to 'g4f/Provider/selenium/Bard.py')
-rw-r--r-- | g4f/Provider/selenium/Bard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/selenium/Bard.py b/g4f/Provider/selenium/Bard.py index 459f6f37..9c809128 100644 --- a/g4f/Provider/selenium/Bard.py +++ b/g4f/Provider/selenium/Bard.py @@ -18,7 +18,7 @@ from ...webdriver import WebDriver, WebDriverSession, element_send_text class Bard(AbstractProvider): url = "https://bard.google.com" - working = True + working = False needs_auth = True webdriver = True |