Skip to content

Commit a2a9732

Browse files
chmjkbjakmro
authored andcommitted
finished stt docs
1 parent 6625a9b commit a2a9732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/speech-to-text/speech-to-text.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ With the latest `v0.3.0` release we introduce a new hook - `useSpeechToText`. Sp
99
Currently, we do not support direct microphone input streaming to the model. Instead, in v0.3.0, we provide a way to transcribe an audio file.
1010
:::
1111

12+
:::caution
13+
It is recommended to use models provided by us, which are available at our [Hugging Face repository](https://huggingface.co/software-mansion/react-native-executorch-moonshine-tiny). You can also use [constants](https://github.com/software-mansion/react-native-executorch/tree/main/src/constants/modelUrls.ts) shipped with our library
14+
:::
15+
1216
## Reference
1317

1418
```typescript

0 commit comments

Comments
 (0)