mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-28 11:38:38 -05:00
fix
This commit is contained in:
@@ -81,5 +81,5 @@ def search_searxng(
|
||||
SearchResult(
|
||||
link=result["url"], title=result.get("title"), snippet=result.get("content")
|
||||
)
|
||||
for result in sorted_results
|
||||
for result in sorted_results[:count]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user