Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Speech to text confirmation before submission #3268

Open
yashschandra opened this issue Feb 19, 2025 · 1 comment · May be fixed by #3269
Open

[FEAT]: Speech to text confirmation before submission #3268

yashschandra opened this issue Feb 19, 2025 · 1 comment · May be fixed by #3269
Labels
enhancement New feature or request feature request

Comments

@yashschandra
Copy link

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 -

  1. STT recognises some words incorrectly but still send it as a prompt before giving me a chance to correct it.
  2. 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 -

  1. give me a chance to correct the incorrectly recognised words.
  2. 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.

@yashschandra yashschandra added enhancement New feature or request feature request labels Feb 19, 2025
@yashschandra yashschandra linked a pull request Feb 19, 2025 that will close this issue
10 tasks
@yashschandra
Copy link
Author

Can check #3269 for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant