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
As you have mentioned on your blog post, you removed the explicit command mode in d80338a, 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 and esi-dictate-fix-examples. They are simply added to the transcription. Presumably, it is because I cannot use gpt4o-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
The text was updated successfully, but these errors were encountered:
I think there might be a bug with the hook not executing which might lead to the edit issue that you are facing. I have also seen this happening and will try to get back on this. One hypothesis is that the speech_final flag from ASR is not coming (probably due to noise?).
You can run the command 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 d80338a, 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
The text was updated successfully, but these errors were encountered: