summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/selenium/Phind.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/selenium/Phind.py')
-rw-r--r--g4f/Provider/selenium/Phind.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/selenium/Phind.py b/g4f/Provider/selenium/Phind.py
index 2722307d..b97d278f 100644
--- a/g4f/Provider/selenium/Phind.py
+++ b/g4f/Provider/selenium/Phind.py
@@ -4,11 +4,11 @@ import time
from urllib.parse import quote
from ...typing import CreateResult, Messages
-from ..base_provider import BaseProvider
+from ..base_provider import AbstractProvider
from ..helper import format_prompt
from ...webdriver import WebDriver, WebDriverSession
-class Phind(BaseProvider):
+class Phind(AbstractProvider):
url = "https://www.phind.com"
working = True
supports_gpt_4 = True