From 986f3985b1d39de55aeddb22256233348962aaff Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 15 Jan 2026 11:55:39 -0600 Subject: [PATCH] Readme Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 655d548..b0f5b18 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Set the following environment variables: ## How It Works -After search completes, the plugin extracts the top 6 results as context. A client-side script calls the stream endpoint with a signed token. The LLM response streams back to update UI dynamically. +After search completes, the plugin extracts 6 top results as context. A client-side script calls the stream endpoint with a signed token. The LLM response streams back to update UI dynamically. ## Ollama (Local)