mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add filessupport, scrape and refine your data
Remove Webdriver usages Add continue messages for other providers
This commit is contained in:
parent
90360ccfa6
commit
7893a0835e
33 changed files with 1155 additions and 559 deletions
|
|
@ -5,7 +5,7 @@ import asyncio
|
|||
from unittest.mock import MagicMock
|
||||
from g4f.errors import MissingRequirementsError
|
||||
try:
|
||||
from g4f.gui.server.backend import Backend_Api
|
||||
from g4f.gui.server.backend_api import Backend_Api
|
||||
has_requirements = True
|
||||
except:
|
||||
has_requirements = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue