mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add genai use_snapshot to reference config (#14078)
This commit is contained in:
parent
f36e7430ae
commit
1fa050fd7a
@ -726,6 +726,8 @@ cameras:
|
|||||||
genai:
|
genai:
|
||||||
# Optional: Enable AI description generation (default: shown below)
|
# Optional: Enable AI description generation (default: shown below)
|
||||||
enabled: False
|
enabled: False
|
||||||
|
# Optional: Use the object snapshot instead of thumbnails for description generation (default: shown below)
|
||||||
|
use_snapshot: False
|
||||||
# Optional: The default prompt for generating descriptions. Can use replacement
|
# Optional: The default prompt for generating descriptions. Can use replacement
|
||||||
# variables like "label", "sub_label", "camera" to make more dynamic. (default: shown below)
|
# variables like "label", "sub_label", "camera" to make more dynamic. (default: shown below)
|
||||||
prompt: "Describe the {label} in the sequence of images with as much detail as possible. Do not describe the background."
|
prompt: "Describe the {label} in the sequence of images with as much detail as possible. Do not describe the background."
|
||||||
|
Loading…
Reference in New Issue
Block a user