LocalAI/core/http/static
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
..
assets chore: refactor css, restyle to be slightly minimalistic (#7397) 2025-11-29 22:11:44 +01:00
animations.css chore: refactor css, restyle to be slightly minimalistic (#7397) 2025-11-29 22:11:44 +01:00
chat.js fix(chat): do not send thinking/reasoning messages to the LLM (#8656) 2026-02-26 00:06:35 +01:00
components.css feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
favicon.svg
general.css chore(ui): improve navigation and buttons placement (#8608) 2026-02-19 23:41:05 +01:00
image.js chore(image-ui): simplify interface (#7882) 2026-01-05 23:20:28 +01:00
logo.png
logo_horizontal.png
p2panimation.js
sound.js feat(musicgen): add ace-step and UI interface (#8396) 2026-02-05 12:04:53 +01:00
talk.js feat: Rename 'Whisper' model type to 'STT' in UI (#8785) 2026-03-05 09:51:47 +01:00
theme.css feat(ui): left navbar, dark/light theme (#8594) 2026-02-18 00:14:39 +01:00
tts.js
typography.css chore: refactor css, restyle to be slightly minimalistic (#7397) 2025-11-29 22:11:44 +01:00
video.js fix(videogen): drop incomplete endpoint, add GGUF support for LTX-2 (#8160) 2026-01-22 14:09:20 +01:00