Open edgar-vincent opened 2 months ago
Hlo,
speech_final
flag from ASR is not coming (probably due to noise?).esi-dictate-fix-context
manually at any time to do LLM calls on the current context (highlighted by underline). But I believe you are talking about helping the LLM by providing the command separately like in the older explicit command mode. I will see if I can get that back up whenever I get time.For my first point in previous comment, I think I have found the issue. Deepgram is giving utterance end event but not setting the speech_final flag recently. This is causing the llm command to not get triggered. Will get to this.
Hi!
Thanks for this lovely package.
As you have mentioned on your blog post, you removed the explicit command mode in https://github.com/lepisma/emacs-speech-input/commit/d80338abef2bd0e2e92f3c73596b2f51d7b2b16f, which allowed one to separate dictation and edits.
Edit requests don't seem to work at all here, not matter how much I refine
esi-dictate-llm-prompt
andesi-dictate-fix-examples
. They are simply added to the transcription. Presumably, it is because I cannot usegpt4o-mini
for very long (or at all?), since I use only use OpenAI's free tier.What do you think about the possibility of reintroducing the explicit command mode? It could be optional, and thus help users that need it, without interfering with other users' workflow.
Thanks again,
EV