diff --git a/portal/templates/voice.html b/portal/templates/voice.html index 4f0e3ce..0d29998 100644 --- a/portal/templates/voice.html +++ b/portal/templates/voice.html @@ -11,7 +11,7 @@
{{ reply }}
{% endif %} + +Donald • Hal • Mech Warrior • Ryan — e.g. "Donald, tell me a joke" or "Hey Jervis, ask Donald Trump to tell me a joke".
+ Things to ask: +a question • the time • the weather • today's date • turn on the lights • play a song, album or artist.
+Uses the local voice agent on `.13` (OmniRoute LLM). Replies are also spoken via Snapcast.
diff --git a/portal/tools.py b/portal/tools.py index 1025f42..1bade94 100644 --- a/portal/tools.py +++ b/portal/tools.py @@ -130,7 +130,7 @@ def _cat() -> list[Tool]: Tool("lmms", "LMMS Music Studio", "audio", "Beats, melodies & full arrangements", "https://lmms.lab.audasmedia.com.au"), Tool("snapcast", "Snapcast", "audio", - "Sync audio to speakers around the house", "https://snapcast.home.lab", lan=True), + "Sync audio to speakers around the house", "http://192.168.20.13:1780", lan=True), Tool("mopidy", "Mopidy", "audio", "Music player (LAN only)", "http://mopidy.home.lab", lan=True),