From ea48245a7f1e32b185b8e3628f39bc8f84e77a80 Mon Sep 17 00:00:00 2001
From: tyler <1+tyler@noreply.git.tysstech.com>
Date: Fri, 15 May 2026 15:44:20 -0400
Subject: [PATCH] Update README.md with changes made to program
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index a888eb7..c9f8cc7 100644
--- a/README.md
+++ b/README.md
@@ -6,21 +6,21 @@
# Ollama AI Answers Plugin for SearXNG
-**Single file install**
-**Does not block result loading time**
**Based on [ai-answers-searxng](https://github.com/cra88y/ai-answers-searxng) by [cra88y](https://github.com/cra88y)**
A SearXNG plugin that generates local AI overviews powered by Ollama, using search results as RAG context.
Features:
-- token-by-token UI streaming
-- clickable inline citations
-- interactive mode: continue summary, ask follow-ups, copy, or regenerate
-- simple response mode with no extras
-- internally called low-latency RAG for follow-ups (bypasses HTTP loopback)
-- native network integration via `searx.network` (respects proxy/SSL settings)
-- stateless conversation persistence/shareability via URL hash
-- model selector in the AI overview widget
+- Token-by-token UI streaming
+- Clickable inline citations
+- Interactive mode: continue summary, ask follow-ups, copy, or regenerate
+- Simple response mode with no extras
+- Internally called low-latency RAG for follow-ups (bypasses HTTP loopback)
+- Native network integration via `searx.network` (respects proxy/SSL settings)
+- Stateless conversation persistence/shareability via URL hash
+- Model selector in the AI overview widget
+- Does not slow down result loading
+- One file install
## Installation