From cfcf5386ede5ac7af1b54f52ec7a2bb8756e7942 Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Mon, 18 May 2026 23:49:44 +0200 Subject: [PATCH] docs(ui): reword model-parameters panel sub-description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the standalone Max tokens field removed, the panel is the sole token-limit control and its fields are always prefilled. The old "Optional: registry defaults apply when these are blank" text was inaccurate — the fields are never blank. Reword to describe the panel as the model's prefilled, editable token limits. Co-Authored-By: Claude Opus 4.7 --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 3cf1e4e..81116fc 100644 --- a/main.ts +++ b/main.ts @@ -5152,7 +5152,7 @@ class YouTubeTranscriptSettingTab extends PluginSettingTab { subDescEl.setText( isCustomSelected ? `Required: this model isn't in the registry — set context window, max output, and reserve % so token budgeting can size requests safely.` - : `Optional: registry defaults apply when these are blank. Set values here to override the registry for this provider+model.`, + : `These are this model's token limits, prefilled from known data. Edit a field to override it for this provider and model.`, ); };