Fix abort in webview

This commit is contained in:
Heiner Lohaus 2024-03-17 10:51:08 +01:00
parent 8ed63693e4
commit b5b56f35ca
6 changed files with 36 additions and 24 deletions

View file

@ -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