Skip to content

v1.2.0 - Stream Analyzer and new Provider Configurations

Compare
Choose a tag to compare
@valentinfrlch valentinfrlch released this 16 Oct 11:02
· 68 commits to main since this release
2b69968

⚠️ 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