From a7fb45515f42552520705b262acbda11722b11ed Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 7 Sep 2026 16:21:06 +0200 Subject: [PATCH] fix: revert verbose conversation budget help to one concise line --- public/components/admin.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/components/admin.html b/public/components/admin.html index b4f9ffe5..aa609c1c 100644 --- a/public/components/admin.html +++ b/public/components/admin.html @@ -344,10 +344,8 @@
- Conversation input budget — read-only server configuration + Conversation input budget

Loading server budget metadata...

-

Set by CLINICAL_ASSISTANT_CONVERSATION_CHARS, or the server default when unset; legacy saved settings are ignored. Counts all prior user/assistant text plus the new question using JavaScript string length (UTF-16 code units), not provider tokens. Over-budget requests stop before inference; no automatic clipping or summarization.

-

Output limits: 2,600 tokens per text answer (5,000 on completion retry); image prompts clip at 5,000 UTF-16 code units.

Clinical Assistant TEXT — system behavior