Not to report an issue, but to inform fellow users ...
I cobbled together a partial replacement of Whispering here: https://github.com/doxgt/PlayGround/blob/main/GPT_cURL.ahk
The main impetus for this is so that I could deploy prompt in audio transcription.
Mode of control is PTT (push to talk).
But anyone with elementary knowledge of AutoHotkey will be able to customize it to their heart's content.
For myself, it is nimbler without a GUI. And above doesn't come with one. It is all hotkey-based. If one needs a GUI, AHK supplies the tools for building one, too.
Of course, above is for Windows desktop only, as AHK is Windows only.
P.S., in case one is wondering why the need for prompting in speech-to-text? That has to do with post-processing and obscure word recognition. The usefulness is simply too vast to itemize, especially since we can't really add "custom words".
Do hope @braden-w will return to honing this app further, and take it to new heights. And perhaps inspire us on what else we could improvise on our own.
Hey @doxgt , thanks for this guide and the kind words!
I was wondering if you would like to have this reposted somewhere else more visibly in the repo or if I should leave this issue up! Otherwise, I'm going to close the issue. Let me know what you would prefer! Cool with whatever option to get your script out there if it's applicable
Please close it by all means. I posted above mainly to show an alternative approach to those on Windows, as well as the usefulness of prompting, before you returned to carrying the torch, so-to-speak.
Awesome, thank you so much for the guide and the comment!