llama.cpp/tools/server/webui/src/lib/components/app/models
Pascal d8af98f1ed refactor: remove multimodal validation from model selector
Remove all frontend validation logic that prevented users from selecting
models based on multimodal capabilities. This refactoring removes
restrictive UI code while maintaining full functionality

- Vision models can describe images as text
- That text remains useful for non-vision models
- Chaining vision -> non-vision is a valid workflow
- Users know their use case better than the UI
- Users can return to vision models when needed
2026-01-18 10:42:01 +01:00
..
ModelBadge.svelte server: introduce API for serving / loading / unloading multiple models (#17470) 2025-12-01 19:41:04 +01:00
ModelsSelector.svelte refactor: remove multimodal validation from model selector 2026-01-18 10:42:01 +01:00