diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-17 10:52:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 10:52:54 +0100 |
commit | 9536b857d67b2b9b819580eeb55c6a051454075f (patch) | |
tree | 6002f32229f616f16738c35d4b0a63d59b5ee378 /g4f/Provider/selenium | |
parent | Update GigaChat.py (diff) | |
parent | Fix abort in webview (diff) | |
download | gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar.gz gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar.bz2 gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar.lz gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar.xz gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.tar.zst gpt4free-9536b857d67b2b9b819580eeb55c6a051454075f.zip |
Diffstat (limited to 'g4f/Provider/selenium')
-rw-r--r-- | g4f/Provider/selenium/Bard.py | 2 | ||||
-rw-r--r-- | g4f/Provider/selenium/Phind.py | 2 |
2 files changed, 2 insertions, 2 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 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 |