From b5b56f35caf584ec92e50998979aa8bc065f67d5 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 17 Mar 2024 10:51:08 +0100 Subject: Fix abort in webview --- g4f/Provider/selenium/Bard.py | 2 +- g4f/Provider/selenium/Phind.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'g4f/Provider') 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 diff --git a/g4f/Provider/selenium/Phind.py b/g4f/Provider/selenium/Phind.py index b97d278f..b6f7cc07 100644 --- a/g4f/Provider/selenium/Phind.py +++ b/g4f/Provider/selenium/Phind.py @@ -10,7 +10,7 @@ from ...webdriver import WebDriver, WebDriverSession class Phind(AbstractProvider): url = "https://www.phind.com" - working = True + working = False supports_gpt_4 = True supports_stream = True -- cgit v1.2.3