You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently once we end STT session we immediately send the transcript as a prompt to the LLM provider. Sometimes its annoying when -
STT recognises some words incorrectly but still send it as a prompt before giving me a chance to correct it.
I need to think while speaking but if the pause is too long (currently more than 3.2s) it submits the incomplete prompt.
One way to achieve both of the above issues is if we can put the recognised text in prompt input area (already happening) but not send it till user clicks on send button or some equivalent action (min one extra click required from user). This can -
give me a chance to correct the incorrectly recognised words.
let me add to existing text (in between or at the end)
As far as I have searched, I found no existing feature request similar to this hence opening a new issue.
The text was updated successfully, but these errors were encountered:
What would you like to see?
Currently once we end STT session we immediately send the transcript as a prompt to the LLM provider. Sometimes its annoying when -
One way to achieve both of the above issues is if we can put the recognised text in prompt input area (already happening) but not send it till user clicks on send button or some equivalent action (min one extra click required from user). This can -
As far as I have searched, I found no existing feature request similar to this hence opening a new issue.
The text was updated successfully, but these errors were encountered: