text-generation-webui/extensions/whisper_stt
2023-10-07 00:23:49 -03:00
..
readme.md Whisper_stt params for model, language, and auto_submit (#3031) 2023-07-07 20:54:53 -03:00
requirements.txt Bump to pytorch 11.8 (#4209) 2023-10-07 00:23:49 -03:00
script.py Add extension example, replace input_hijack with chat_input_modifier (#3307) 2023-07-25 18:49:56 -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)[https://github.com/openai/whisper/blob/main/whisper/tokenizer.py] you can use.