Hi.
I just tested Ollama 3.2 in HA.
Is it possible to have differents behaviour depending on the first "word", if recognized.
In fact i would like to "talk" to differents LLM.
I mean, i would like to start all my orders with a "target".
Something like:
- "Universalis who is james bond" => use conversation agent "LLAMA3.2_universalis" without first word ( "universalis" ๐ ). no extra fancy stuff. No HA actions to be performed. Plain straight question/answer.
- "Nabu turn off all lights in the kitchen and in the living room" => Use coversation agent "LLAMA3.2" like now without first word. HA action expected.
- "HA turn on hue light in the kitchen" => use conversatio agent "Home assistant". We expect correct orders ( ?? )
Thank you.
PS: ... and in order to debug/follow, answers sould start with "Reply from {{ target }}: \n"