v0.27.3:0 - cap image resolution (fix oversized-image 400); remove vision-check button

A 12MP photo expands past vLLM's ~4096-image-token limit -> 400. Cap via
--mm-processor-kwargs max_pixels in the qwen36 recipe so big images auto-
downscale server-side for every /v1 consumer (verified live: 400->200).
Remove the v0.27.2 in-dashboard vision-check button per owner request; the
vision badge already signals capability.
This commit is contained in:
Keysat
2026-06-18 18:41:28 -05:00
parent 9a3bf9ed86
commit 1f359e3c79
6 changed files with 9 additions and 113 deletions
-12
View File
@@ -805,18 +805,6 @@ main {
.test-result .ok-mark { color: var(--accent); font-weight: 600; }
.test-result .fail-mark { color: var(--error); font-weight: 600; }
/* Vision check modal */
.vc-preview { display: block; max-width: 100%; max-height: 180px; border-radius: 8px; margin: 4px 0 10px; border: 1px solid var(--border); }
.vc-result {
margin-top: 4px; padding: 10px 12px;
border: 1px solid var(--border); border-radius: 8px;
background: var(--surface-2);
white-space: pre-wrap; word-break: break-word;
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
font-size: 12px; line-height: 1.5; max-height: 280px; overflow: auto;
}
.vc-result.fail { border-color: rgba(239, 68, 68, 0.45); color: var(--error); }
.footer {
margin-top: 28px;
padding-top: 16px;