You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for a bit of help... Connected faster-whisper and piper to Home Assistant and it is working just fine when trying to manage specific devices in the house.
However I'm getting frequently the message from Assist:
"Something went wrong: token length('150') exceeded. Increase maximum token to avoid the issue."
Quick example:
Roll up shutter 08 - works
Roll up shutter 09 - works
Roll up shutter 10 - works
Roll up shutter 11 - works
Roll up shutter 08,09 and 10 - works
Roll up shutter 08,09,10 and 11 - gives the above error message
Roll up all shutters - gives the above error message
Not sure which component gives back the error message, therefore no idea where to try to increase the token limit.
Thanks for any idea, I'm new to these technologies.
Zoli
The text was updated successfully, but these errors were encountered:
Sorry for late reply.
Try increasing Maximum Token to return in response.
It's because of the length of LLM's response of function calling is greater than what you set in Maximum Token to return in response.
First thanks for the great work @jekalmin!
Looking for a bit of help... Connected faster-whisper and piper to Home Assistant and it is working just fine when trying to manage specific devices in the house.
However I'm getting frequently the message from Assist:
"Something went wrong: token length('150') exceeded. Increase maximum token to avoid the issue."
Quick example:
Roll up shutter 08 - works
Roll up shutter 09 - works
Roll up shutter 10 - works
Roll up shutter 11 - works
Roll up shutter 08,09 and 10 - works
Roll up shutter 08,09,10 and 11 - gives the above error message
Roll up all shutters - gives the above error message
Not sure which component gives back the error message, therefore no idea where to try to increase the token limit.
Thanks for any idea, I'm new to these technologies.
Zoli
The text was updated successfully, but these errors were encountered: