[GH-ISSUE #3268] [FEAT]: Speech to text confirmation before submission #2102

Closed
opened 2026-02-22 18:28:09 -05:00 by yindo · 2 comments
Owner

Originally created by @yashschandra on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3268

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.

Originally created by @yashschandra on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3268 ### 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.
yindo added the enhancementfeature request labels 2026-02-22 18:28:09 -05:00
yindo closed this issue 2026-02-22 18:28:09 -05:00
Author
Owner

@yashschandra commented on GitHub (Feb 18, 2025):

Can check https://github.com/Mintplex-Labs/anything-llm/pull/3269 for this issue

@yashschandra commented on GitHub (Feb 18, 2025): Can check https://github.com/Mintplex-Labs/anything-llm/pull/3269 for this issue
Author
Owner

@timothycarambat commented on GitHub (May 26, 2025):

closed by https://github.com/Mintplex-Labs/anything-llm/pull/3696

@timothycarambat commented on GitHub (May 26, 2025): closed by https://github.com/Mintplex-Labs/anything-llm/pull/3696
yindo changed title from [FEAT]: Speech to text confirmation before submission to [GH-ISSUE #3268] [FEAT]: Speech to text confirmation before submission 2026-06-05 14:44:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2102