Blake Blackshear
c4727f19e1
Simplify plus submit ( #15941 )
...
* remove unused annotate file
* improve plus error messages
* formatting
2025-01-11 07:04:11 -07:00
Nicolas Mowen
d57a61b50f
Simplify model config ( #15881 )
...
* Add migration to migrate to model_path
* Simplify model config
* Cleanup docs
* Set config version
* Formatting
* Fix tests
2025-01-07 20:59:37 -07:00
leccelecce
00371546a3
GenAI: add ability to save JPGs sent to provider ( #15643 )
...
* GenAI: add ability to save JPGs sent to provider
* Remove mention from GenAI docs
* Change config name to debug_save_thumbnails
* Change folder structure to clips/genai-requests/{event_id}/{1.jpg}
2024-12-23 07:05:34 -07:00
Gabriel de Biasi
ddfe8f3921
Fix #7944 : Adds tls_insecure to the onvif configuration ( #15603 )
...
* Adds tls_insecure to the onvif configuration
* reformat using ruff
2024-12-19 12:54:33 -07:00
Nicolas Mowen
4af752028f
Bug Fixes ( #15598 )
...
* Catch onvif command error
* fix review item pre and post capture
* Include severity in query
2024-12-19 09:46:14 -06:00
Nicolas Mowen
0e3fb6cbdd
Standardize handling of config files ( #15451 )
...
* Standardize handling of config files
* Formatting
* Remove unused
2024-12-11 18:46:42 -06:00
Nicolas Mowen
f094c59cd0
Fix formatting ( #15271 )
2024-11-30 18:21:50 -06:00
Bazyl Ichabod Horsey
66f71aecf7
fix regex for cookie_name to be general snake case ( #14854 )
...
* fix regex for cookie_name to be general snake case
* Update frigate/config/auth.py
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
---------
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
2024-11-18 11:26:36 -07:00
Nicolas Mowen
ac8ddada0b
Various fixes ( #14703 )
...
* Fix not retaining custom events
* Fix media apis
2024-10-31 07:31:01 -05:00
Nicolas Mowen
03dd9b2d42
Don't open file with read permissions if there is no need to write to it ( #14689 )
2024-10-30 08:22:20 -06:00
Nicolas Mowen
ab26aee8b2
Fix config loading ( #14684 )
2024-10-30 07:16:56 -05:00
Nicolas Mowen
357ce0382e
Fixes ( #14668 )
...
* Fix environment vars reading
* fix yaml returning none
* Assume rocm model is onnx despite file extension
2024-10-29 15:34:07 -05:00
Josh Hawkins
b299652e86
Generative AI changes ( #14413 )
...
* Update default genai prompt
* Update docs
* improve wording
* clarify wording
2024-10-17 10:15:44 -06:00
Nicolas Mowen
6e332bbdf8
Remove device config and use model size to configure device used ( #14290 )
...
* Remove device config and use model size to configure device used
* Don't show Frigate+ submission when in progress
* Add docs link for bounding box colors
2024-10-11 17:08:14 -05:00
Josh Hawkins
54eb03d2a1
Add config option to select fp16 or quantized jina vision model ( #14270 )
...
* Add config option to select fp16 or quantized jina vision model
* requires_fp16 for text and large models only
* fix model type check
* fix cpu
* pass model size
2024-10-10 16:46:21 -06:00
Nicolas Mowen
a2ca18a714
Bug fixes ( #14263 )
...
* Simplify loitering logic
* Fix divide by zero
* Add device config for semantic search
* Add docs
2024-10-10 07:09:12 -06:00
gtsiam
e5e196bd7f
Fix logging ( #14122 )
...
Fixes logging without introducing more junk into FrigateApp.
2024-10-03 06:33:53 -06:00
Josh Hawkins
b5f5627ca6
Add Azure OpenAI as genai provider ( #14102 )
...
* add azure openai genai client
* docs
2024-10-01 13:57:40 -06:00
Nicolas Mowen
f36e7430ae
Fix logging ( #14079 )
...
* Fix log level setting
* fix app.py mypy issues
2024-09-30 17:45:22 -05:00
Josh Hawkins
95d6da3111
Add ability to configure genai to use snapshot instead of thumbnails ( #14077 )
...
* Allow embedding of snapshot for description via config option
* docs
* frontend button
* Backend
* crop snapshot to region
* only show dropdown when event has snapshot
* fix cursor on dropdown
* crop on initial generation as well
* use enum for type
* fix type
2024-09-30 15:54:53 -06:00
gtsiam
bbbb3b4a06
Split config.py into multiple files ( #14038 )
...
* Replace logging.warn with logging.warning
* Install config global state early
* Split config.py into more manageable pieces
2024-09-28 14:21:42 -05:00