]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix model selector locked to first loaded model with multiple models (#20580)
authorPascal <redacted>
Mon, 16 Mar 2026 11:04:06 +0000 (12:04 +0100)
committerGitHub <redacted>
Mon, 16 Mar 2026 11:04:06 +0000 (12:04 +0100)
commitd65c4f2dc9e380317c2fed804b7d98a758ca0886
treeb626bb7abf564c0a92de584ed25b8881bf2dfa0d
parentd8c331c0afb1730a17c4440a924d0f57884245c0
Fix model selector locked to first loaded model with multiple models (#20580)

* webui: fix model selector being locked to first loaded model

When multiple models are loaded, the auto-select effect would re-fire
on every loadedModelIds change, overriding the user's manual model
selection. Guard with selectedModelId so auto-select only kicks in
when no model is chosen yet.

* chore: update webui build output
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActions.svelte