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:
|
except:
|
||||||
has_requirements = False
|
has_requirements = False
|
||||||
try:
|
try:
|
||||||
from g4f.tools.web_search import
|
from g4f.tools.web_search import search
|
||||||
search
|
|
||||||
has_search = True
|
has_search = True
|
||||||
except:
|
except:
|
||||||
has_search = False
|
has_search = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue