Bug Fixes & Improvements #525
Replies: 4 comments 7 replies
-
|
Thank you for the update! Unfortunately, I’m still unable to re-import the blueprint. I keep getting the following error message: Do you have any idea what might be causing this YAML parsing issue? |
Beta Was this translation helpful? Give feedback.
-
|
hello, does the blueprint prompt support templating, like sensor states? thanks |
Beta Was this translation helpful? Give feedback.
-
|
Can the documentation be updated to properly show how this should be configured correctly with Open WebUI given the changes? I made changes at v1.5.1 to make it work and it was, but now I've tried to revert and been unable to undo what I did previously. I need more time to dig into it, but I haven't yet figured out how to what the configuration was two builds ago so it works again. I'm getting errors like: "couldn't generate content. Check logs for details." And in the logs I'm getting "Login attempt or request with invalid authentication from 10.0.2.20 (10.0.2.20). Requested URL: '/media/local/llmvision/snapshots/9d77ad4d-0.jpg" This is what's in my configuration.yaml and I have updated the BP and reloaded the connections to Open WebUI to make sure it still works. |
Beta Was this translation helpful? Give feedback.
-
|
@valentinfrlch Thank you very much for the continued work on this project! I should say that I almost clicked upgrade without reading the release notes, as the version bump from 1.5.1 to 1.5.2 initially led me to believe the update contained inconsequential bug-fixes. I wonder if you are familiar with semantic versioning (semver) at all? As a software engineer, As a software engineer, I have found semver be extremely useful for communicating the impact of individual releases, whether they be breaking changes, new features, or bug fixes. At the end of the day, a major-version bump for breaking changes signal to users that they should carefully read release notes before upgrading and help reduce user complaints about xyz HA addon/extension/etc "suddenly breaking for no reason". From the semver.org website:
Thank you again for your efforts on this project! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v1.5.2 Release Notes
This update includes bug fixes and performance improvements.
Contributors
A huge thank you to our contributors @TheRealFalseReality, @bekdan1988, @alemuro, and everyone who helped test the pre-release versions!
In our previous release (1.5.1), we moved snapshots to
/config/media/llmvision/snapshots. This change caused issues for some users who were using other integrations that depend on the/mediadirectory. As a result, the snapshots directory is moving again to/media/llmvision/snapshots.What this means for you:
configuration.yaml{{ response.key_frame.replace('/media','/media/local') }}I apologize for any inconvenience this causes!
Integration
🌐 Languages
🔧 Improvements & Fixes
/media. LLM Vision will attempt to migrate your previously captured snapshots to the new folder. (by @valentinfrlch)max_tokensnow optional:max_tokensis now an optional parameter. Newer models use tokens for reasoning, which could result in empty responses ifmax_tokenswas set too low. (by @valentinfrlch)Blueprint
Make sure to update the blueprint by re-importing it!
A huge thank you to @TheRealFalseReality for maintaining the blueprint!
🔧 Improvements & Fixes
key_framepaths to match new media path. (by @TheRealFalseReality)This discussion was created from the release Bug Fixes & Improvements.
Beta Was this translation helpful? Give feedback.
All reactions