From b8a379bf7207a2f6e19cef3378c6884ac3227150 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 15 Aug 2025 11:46:27 +0400 Subject: [PATCH] add model config parameter to full reference config --- docs/docs/configuration/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 2de72417c..b9e613615 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -614,6 +614,8 @@ genai: api_key: "{FRIGATE_GENAI_API_KEY}" # Optional: The default prompt for generating descriptions. Can use replacement # 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." # Optional: Object specific prompts to customize description results # Format: {label}: {prompt}