mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix
This commit is contained in:
parent
5a24ce06f0
commit
4068a421bf
@ -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]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user