From 48accb6a0f5e972a98d693c572ee4a0a1244e696 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 20 Jan 2026 11:44:38 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd290a6..b7b2ac4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Set the following environment variables: - `LLM_TEMPERATURE`: Defaults to `0.2`. - `LLM_CONTEXT_COUNT`: Search results to include. Defaults to `5`. - `LLM_TABS`: Comma-separated tab whitelist. Defaults to general,science,it,news. -- `LLM_STYLE`: UI mode. Set to "simple" for no interactive controls (copy, regenerate, follow up, continue). Defaults to simple. +- `LLM_STYLE`: UI mode. Set to "interactive" for interactive controls (copy, regenerate, follow up, continue). Defaults to "simple". ## How It Works