rksm / org-ai

Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.
GNU General Public License v3.0
667 stars 52 forks source link

whisper.el needs manual installation and patch on Win10. #66

Open ujikol opened 1 year ago

ujikol commented 1 year ago

The way (defun whisper--check-install-and-run) is implemented does not work on Win10.

My workaround is to install whisper.cpp and model manually and patch: (defun whisper--check-install-and-run (buffer status) (whisper--record-audio))

rksm commented 1 year ago

Thank you for the info. I'll try to get my hands on a Windows machine and see if I can improve the setup somehow, in the meantime I'll put up a note in the readme with what you recommend.