mirror of
https://github.com/rmccorkl/TubeSage.git
synced 2026-07-22 06:45:31 +00:00
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:
parent
cb2f61814a
commit
cfcf5386ed
1 changed files with 1 additions and 1 deletions
2
main.ts
2
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.`,
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue