Hi all - I finally have a setup that allows me to use local LLMs at home and have been enjoying dabbling in home assistant using it. Being able to naturally speak and have Ollama execute intents rather than me having to say exactly the preconfigured sentence is great. One thing I'd like to figure out is if it's possible to use a language model to interpret my intent, but respond with a pre-determined template. For example:
Before llm:
"Ok Nabu - I'm leaving home"
house shuts down
"The house is shut down. The temperature outside is 75 degrees. The window is still open, please make sure to close it."
With Ollama:
"Ok Nabu - I'm about to bounce"
house shuts down
"Got it, have a great day."
I lose the response telling me information important to me before I leave home. Is there a way to only have Ollama interpret an intent but still respond using the configured text I have setup?