Whisper_stt params for model, language, and auto_submit (#3031)
This commit is contained in:
parent
79679b3cfd
commit
acf24ebb49
2 changed files with 38 additions and 9 deletions
15
extensions/whisper_stt/readme.md
Normal file
15
extensions/whisper_stt/readme.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue