LocalAI/core/http
LocalAI [bot] b647b6caf1
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 <localai-bot@users.noreply.github.com>
Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
2026-02-28 13:11:33 +01:00
..
endpoints fix: reload model after editing YAML config (issue #8647) (#8652) 2026-02-25 22:18:42 +01:00
middleware feat: add VoxCPM tts backend (#8109) 2026-01-28 14:44:04 +01:00
routes fix: reload model after editing YAML config (issue #8647) (#8652) 2026-02-25 22:18:42 +01:00
static fix(chat): do not send thinking/reasoning messages to the LLM (#8656) 2026-02-26 00:06:35 +01:00
views fix: properly sync model selection dropdown in video generation UI (#8680) 2026-02-28 13:11:33 +01:00
app.go fix(api): Downgrade health/readiness check to debug (#8625) 2026-02-23 11:58:04 +01:00
app_test.go fix(realtime): Use user provided voice and allow pipeline models to have no backend (#8415) 2026-02-11 14:18:05 +01:00
explorer.go chore(refactor): move logging to common package based on slog (#7668) 2025-12-21 19:33:13 +01:00
http_suite_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
openresponses_test.go feat(api): add support for open responses specification (#8063) 2026-01-17 22:11:47 +01:00
render.go feat: migrate to echo and enable cancellation of non-streaming requests (#7270) 2025-11-14 22:57:53 +01:00