mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user