diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-17 10:51:08 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-17 10:51:08 +0100 |
commit | b5b56f35caf584ec92e50998979aa8bc065f67d5 (patch) | |
tree | e5dc449b76ac83c350a0932dde5118d57c73d803 /g4f/Provider/selenium/Phind.py | |
parent | Fix Provider not found error (diff) | |
download | gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar.gz gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar.bz2 gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar.lz gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar.xz gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.tar.zst gpt4free-b5b56f35caf584ec92e50998979aa8bc065f67d5.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/selenium/Phind.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |