summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/selenium/Phind.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-03-17 10:52:54 +0100
committerGitHub <noreply@github.com>2024-03-17 10:52:54 +0100
commit9536b857d67b2b9b819580eeb55c6a051454075f (patch)
tree6002f32229f616f16738c35d4b0a63d59b5ee378 /g4f/Provider/selenium/Phind.py
parentUpdate GigaChat.py (diff)
parentFix abort in webview (diff)
downloadgpt4free-0.2.5.4.tar
gpt4free-0.2.5.4.tar.gz
gpt4free-0.2.5.4.tar.bz2
gpt4free-0.2.5.4.tar.lz
gpt4free-0.2.5.4.tar.xz
gpt4free-0.2.5.4.tar.zst
gpt4free-0.2.5.4.zip
Diffstat (limited to 'g4f/Provider/selenium/Phind.py')
-rw-r--r--g4f/Provider/selenium/Phind.py2
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