If I say "What's the forecast today" or some other command that can't be handled locally, is there a way to insert a TTS message before (or ideally, simultaneously when) the LLM starts thinking ? My LLM will think for anywhere from 2 - 10 seconds. The only indication that it's doing anything is the spinning leds on the PE. If it said something like "hmmm... let me check for you", we'd have confirmation that something is actually happening. Also that 3 second phrase will make the actual thinking time seem a lot shorter.
#Any way to add a TTS response before sending a command to an LLM?
1 messages · Page 1 of 1 (latest)
you could probably set up a custom flow for specific commands by
command
response
query llm
announce
but not for something generic. although for generic you could probably do it in firmware on the device... you could add an audio file with "elevator music" and have it play it whilst its in "thinking" and stop it when it starts TTS