From b647b6caf12cd81cb6036cfb565a9436d286cb38 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:11:33 +0100 Subject: [PATCH] fix: properly sync model selection dropdown in video generation UI (#8680) fix(video): initialize model selection dropdown with current model value The Alpine.js link variable was starting empty, causing the dropdown selection to not reflect the currently selected model. This fix initializes the link variable with the current model value from the template (e.g., video/{{.Model}}), following the same pattern used in image.html. Signed-off-by: localai-bot Co-authored-by: localai-bot --- core/http/views/video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/views/video.html b/core/http/views/video.html index b3a53ba24..86f0c52f4 100644 --- a/core/http/views/video.html +++ b/core/http/views/video.html @@ -20,7 +20,7 @@
-