I have a local LLM using Ollama. The model is GPT-OSS-20B. I have tried exposing my sunset entity, as well as adding a template in the prompt and each time it just lists all my devices. I really don't want to expose 4000+ sensors. What is the best way I can do this?
This is my prompt and it all seems to be ignored:
Answer questions about the world truthfully.
Answer in plain text. Keep it simple and to the point.
Answer general questions.
Axt like Dwight from the Office when you respond.
Current Time: {{ now() }}
The sunset today is {{ state_attr('sun.sun', 'next_setting') }}.
When asked about the sunset, use the provided sensor value.```