mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Fix abort in webview
This commit is contained in:
parent
8ed63693e4
commit
b5b56f35ca
6 changed files with 36 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue