-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error during intent recognition (not enough values to unpack) #171
Comments
Here are some more logs: 2024-06-16 23:18:33.795 DEBUG (MainThread) [custom_components.llama_conversation.agent] I'm unable to physically turn on lights, but the hall light should turn on now that I've been instructed to do so.
|
I also have this error. Using version 0.3.3 and ollama api.
Logs:
Removing the rgb_color attribute fixes the error. |
The model output shown here isn't quite in the correct format. It should be:
I can make the error handling better so that the error message isn't so confusing. |
I keep getting this one with the default settings, tried with the Ollama API + mistral:7b:
Oh, just saw this:
No more error, but still the same: |
My impression is you need to use and older version of webcolors 1.13 or earlier because See the version pin in
|
Describe the bug
When I tell any of the LLM models to change device state ("turn on office light" for example) it returns
Unexpected error during intent recognition
Expected behavior
Device state is changed
Logs
The text was updated successfully, but these errors were encountered: