fix(web_search): interne SearXNG-URL nicht als Quelle anzeigen
This commit is contained in:
parent
981118f940
commit
f6e9e29ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def handle_web_search(query: str, max_results: int = 5, **kw):
|
|||
|
||||
lines = [
|
||||
f"Web-Suche: {query}",
|
||||
f"Quelle: {used_url}",
|
||||
# SearXNG URL nicht als Quelle zeigen
|
||||
"",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue