mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update backend.py
This commit is contained in:
parent
f17056ff71
commit
8366a2956a
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ try:
|
|||
except:
|
||||
has_requirements = False
|
||||
try:
|
||||
from g4f.tools.web_search import
|
||||
search
|
||||
from g4f.tools.web_search import search
|
||||
has_search = True
|
||||
except:
|
||||
has_search = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue