docs(ui): reword model-parameters panel sub-description

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 <noreply@anthropic.com>
This commit is contained in:
Richard McCorkle 2026-05-18 23:49:44 +02:00
parent cb2f61814a
commit cfcf5386ed

View file

@ -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.`,
);
};