Comment on Self-hosted voice assistant with mobile app
wildbus8979@sh.itjust.works 1 month ago
Home Assistant can absolutely do that. If you are ok with simple intent based phrasing it’ll do it out of the box. If you want complex understanding and reasoning you’ll have to run a local LLM, like Llama, on top of it
eager_eagle@lemmy.world 1 month ago
yeah, that’s what I’m looking for. Do you know of a way to integrate ollama with HA?
lyralycan@sh.itjust.works 1 month ago
I don’t think there’s a straightforward way like a HACS integration yet, but you can access it from the web and save the page to your homepage?
Image
excursion22@piefed.ca 1 month ago
There’s an Ollama integration that adds it as a conversation agent.
eager_eagle@lemmy.world 1 month ago
ah, this puts it together and it’s exactly what I was looking for, thanks
hendrik@palaver.p3x.de 1 month ago
And there’s another custom component, intrgrating all servers which offer an OpenAI-compatible API endpoint. That one also works well: https://github.com/jekalmin/extended_openai_conversation