Update backend.py

This commit is contained in:
H Lohaus
2025-10-04 19:30:32 +02:00
committed by GitHub
parent f17056ff71
commit 8366a2956a

View File

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