Skip to content

Commit 1204594

Browse files
committed
Keep manual model guidance visible
1 parent c1b1d32 commit 1204594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ function bindKeyedProviderPicker(root, { onAdded, successMessage = "Provider add
455455
? `<input class="input" data-keyed-field="name" placeholder="Name" />
456456
<input class="input" data-keyed-field="base" placeholder="Base URL (https://…/v1)" />
457457
<input class="input" data-keyed-field="model" placeholder="Exact model ID (if /models is unavailable)" />
458-
<div class="card-sub">Optional. Enter one known model ID to test chat completions directly.</div>`
458+
<div class="card-sub">Optional. Tests chat directly without /models.</div>`
459459
: ""
460460
}
461461
${

0 commit comments

Comments
 (0)