Comment on Self-hosted voice assistant with mobile app
wildbus8979@sh.itjust.works 2 months 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 2 months ago
yeah, that’s what I’m looking for. Do you know of a way to integrate ollama with HA?
lyralycan@sh.itjust.works 2 months 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 2 months ago
There’s an Ollama integration that adds it as a conversation agent.
eager_eagle@lemmy.world 2 months ago
ah, this puts it together and it’s exactly what I was looking for, thanks
hendrik@palaver.p3x.de 2 months 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