text-generation-webui/extensions/whisper_stt
2024-06-29 01:32:54 -03:00
..
readme.md Fixed whisper README Typo Hyperlinks (#5281) 2024-01-17 17:10:45 -03:00
requirements.txt Bump openai-whisper requirement (closes #4848) 2023-12-15 04:48:04 -08:00
script.js Addressing Whisper STT issues (#5929) 2024-06-29 01:32:54 -03:00
script.py Addressing Whisper STT issues (#5929) 2024-06-29 01:32:54 -03:00

whisper_stt

Allows you to enter your inputs in chat mode using your microphone.

Settings

To adjust your default settings, you can add the following to your settings.yaml file.

whisper_stt-whipser_language: chinese
whisper_stt-whipser_model: tiny
whisper_stt-auto_submit: False

See source documentation for model names and languages you can use.