mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 22:05:19 +00:00
fix
This commit is contained in:
parent
5a24ce06f0
commit
4068a421bf
1 changed files with 1 additions and 1 deletions
|
|
@ -81,5 +81,5 @@ def search_searxng(
|
||||||
SearchResult(
|
SearchResult(
|
||||||
link=result["url"], title=result.get("title"), snippet=result.get("content")
|
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 a new issue