ProletarianDictator [none/use name]@hexbear.nettoPrivacy@lemmy.ml•Private Voice Assistants on Mobile/Advice how to Privatize mainstream AI.
0·
2 months agoCheckout OpenWhisper and Wyoming
Checkout OpenWhisper and Wyoming
Lotta words to say GPL and offline-first
Understandable! I’m learning Rust, so hopefully I can start contributing to the Lemmy server soon.
Thank you devs! This client is my daily driver for lemmy on mobile.
One thing I sorely miss vs. the web UI is inserting emotes in comments, are there any plans for that?
Infecting Australians with disability
You don’t need to use Whisper, I got some names mixed up. I was thinking of wyoming-faster-whisper which uses the FOSS speech to text system faster-whisper, but there are others that can be used.
Edited my original comment to fix that.
Wyoming is a protocol for voice assistants.
It ties together:
Home Assistant can interact with that protocol. I think the addons run servers for various components used by the wyoming protocol server that the integration can use, but I run it separate from Home Assistant, so idk.
Not sure what futo is capable of, but you can use anything that can communicate with a wyoming server. I’m willing to wager you can, but idk.
OpenAI’s ChatGPT API and LLM models are orthogonal to this, but probably could be used as an intent or as the fallback when no other intent was recognized. So I’m pretty sure you could link up getting a response from OpenAI or any other LLM API, but I haven’t tried setting that up for myself yet. wyoming-handle-external lets you pipe the input text to the stdin of whatever program you give it and responds with the program’s stdout, so you could definitely use this to pass it to OpenAI or Ollama.