Spaces:
Build error
Build error
File size: 499 Bytes
a3ffd31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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.
|