mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-24 23:57:41 +03:00
add model config parameter to full reference config
This commit is contained in:
parent
c2f8de94e8
commit
b8a379bf72
@ -614,6 +614,8 @@ genai:
|
|||||||
api_key: "{FRIGATE_GENAI_API_KEY}"
|
api_key: "{FRIGATE_GENAI_API_KEY}"
|
||||||
# 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)
|
||||||
|
model: gemini-1.5-flash
|
||||||
|
# Required if enabled: The model to use with the provider.
|
||||||
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."
|
||||||
# Optional: Object specific prompts to customize description results
|
# Optional: Object specific prompts to customize description results
|
||||||
# Format: {label}: {prompt}
|
# Format: {label}: {prompt}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user