diff options
Diffstat (limited to 'g4f/Provider/selenium/Phind.py')
-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 |