github valentinfrlch/ha-llmvision v1.2.0
v1.2.0 - Stream Analyzer and new Provider Configurations

latest releases: v1.6.0-alpha.1, v1.5.2, v1.5.2-rc.1...
14 months ago

⚠️ Breaking Changes

  • ⚠️ Unfortunately, due to the changes in how provider configurations are stored, providers may have to be set up again!
  • provider now takes a config entry instead of a string. Use the UI to pick your provider!
  • include_filename is now a required parameter. Make sure you include it in all your scripts and automations!

Changelog

Features

  • v1.2 adds stream_analyzer: It records for a set duration and analyzes frames in a given interval (much like video_analyzer). This is faster as it avoids writing the files to disk and reading them again.

  • The setup has been rewritten: You can now have multiple configurations for each provider and a restart is no longer necessary to delete configurations. This could be useful if you host multiple models on different servers (e.g. a small LLM on a Raspberry Pi and a larger model on a PC)

    ⚠️Not all providers configurations will migrate automatically, so you will have to do the setup again.

Bug fixes & Other small improvements

  • The action call UI has been updated with better descriptions and examples.
  • Config entries are now correctly unloaded when removing them, a restart is no longer necessary.
  • Default values have been updated to provider better results

Don't miss a new ha-llmvision release

NewReleases is sending notifications on new releases.