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 feat: rebrand - LocalAGI and LocalRecall joins the LocalAI stack family (#5159) 2025-04-15 17:51:24 +02:00
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 feat: rebrand - LocalAGI and LocalRecall joins the LocalAI stack family (#5159) 2025-04-15 17:51:24 +02:00
logo_horizontal.png feat: rebrand - LocalAGI and LocalRecall joins the LocalAI stack family (#5159) 2025-04-15 17:51:24 +02:00
p2panimation.js chore(ux): allow to create and drag dots in the animation (#3287) 2024-08-19 20:40:55 +02:00
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 feat(ui): remove api key handling and small ui adjustments (#4948) 2025-03-05 19:37:36 +01:00
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