LocalAI/core/http/views
LocalAI [bot] 61c139fa7d
feat: Rename 'Whisper' model type to 'STT' in UI (#8785)
* feat: Rename 'Whisper' model type to 'STT' in UI

- Updated models.html: Changed 'Whisper' filter button to 'STT'
- Updated talk.html: Changed 'Whisper Model' to 'STT Model'
- Updated backends.html: Changed 'Whisper' to 'STT'
- Updated talk.js: Renamed getWhisperModel() to getSTTModel(),
  sendAudioToWhisper() to sendAudioToSTT(), and whisperModelSelect to sttModelSelect

This change makes the UI more consistent with the model category naming,
where all speech-to-text models (including Whisper, Parakeet, Moonshine,
WhisperX, etc.) are grouped under the 'STT' (Speech-to-Text) category.

Fixes #8776

Signed-off-by: team-coding-agent-1 <team-coding-agent-1@localai.dev>

* Rename whisperModelSelect to sttModelSelect in talk.html

As requested by maintainer mudler in PR review, replacing all
whisperModelSelect occurrences with sttModelSelect since the
model type was renamed from Whisper to STT.

Signed-off-by: LocalAI [bot] <localai-bot@users.noreply.github.com>

---------

Signed-off-by: team-coding-agent-1 <team-coding-agent-1@localai.dev>
Signed-off-by: LocalAI [bot] <localai-bot@users.noreply.github.com>
Co-authored-by: team-coding-agent-1 <team-coding-agent-1@localai.dev>
Co-authored-by: LocalAI [bot] <localai-bot@users.noreply.github.com>
2026-03-05 09:51:47 +01:00
..
partials fix(webui): use different icon for System nav item (#8648) 2026-02-24 17:10:58 +01:00
404.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
agent-job-details.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
agent-jobs.html feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
agent-task-details.html feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
backends.html feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
chat.html fix(ui): improve view on mobile (#8598) 2026-02-18 19:50:59 +01:00
error.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
explorer.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
image.html feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
index.html fix: Implement responsive line wrapping for model names (#8209) (#8720) 2026-03-02 13:54:58 +01:00
login.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
manage.html feat(ui): add model size estimation (#8684) 2026-02-28 23:03:47 +01:00
model-editor.html feat(ui): add model size estimation (#8684) 2026-02-28 23:03:47 +01:00
models.html feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
p2p.html fix(ui): drop duplicated footer import 2026-02-18 14:38:53 +01:00
settings.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
sound.html chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
talk.html feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
traces.html feat(traces): Use accordian instead of pop-ups (#8626) 2026-02-23 13:07:41 +01:00
tts.html feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
video.html fix: properly sync model selection dropdown in video generation UI (#8680) 2026-02-28 13:11:33 +01:00