mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Update backend.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user