mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac
This commit is contained in:
@@ -1607,7 +1607,7 @@ async def process_web_search(
|
|||||||
urls = []
|
urls = []
|
||||||
try:
|
try:
|
||||||
logging.info(
|
logging.info(
|
||||||
f"trying to web search with {request.app.state.config.WEB_SEARCH_ENGINE, form_data.query}"
|
f"trying to web search with {request.app.state.config.WEB_SEARCH_ENGINE, form_data.queries}"
|
||||||
)
|
)
|
||||||
|
|
||||||
search_tasks = [
|
search_tasks = [
|
||||||
|
|||||||
Reference in New Issue
Block a user