diff --git a/homelab-ai-bot/tools/web_search.py b/homelab-ai-bot/tools/web_search.py index 33951cc8..5652c5de 100644 --- a/homelab-ai-bot/tools/web_search.py +++ b/homelab-ai-bot/tools/web_search.py @@ -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 "", ]