mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
Update SpeechRecognition.tsx
This commit is contained in:
parent
6033eb3ed1
commit
d405454bf5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const useSpeechRecognition = (ask) => {
|
|||
|
||||
if (result.isFinal) {
|
||||
setText(transcript);
|
||||
ask({ text: transcript });
|
||||
//ask({ text: transcript });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue