Whisper_stt params for model, language, and auto_submit (#3031)

This commit is contained in:
Brandon McClure 2023-07-07 17:54:53 -06:00 committed by GitHub
parent 79679b3cfd
commit acf24ebb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 9 deletions

View file

@ -0,0 +1,15 @@
# 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](https://github.com/openai/whisper#available-models-and-languages) and (languages)[https://github.com/openai/whisper/blob/main/whisper/tokenizer.py] you can use.