Commit d65c4f2
authored
Fix model selector locked to first loaded model with multiple models (ggml-org#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 output1 parent d8c331c commit d65c4f2
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- tools/server
- public
- webui/src/lib/components/app/chat/ChatForm/ChatFormActions
Binary file not shown.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments