From 9dc425a553b184ef12ecb8f24dd9b1fb8bd00520 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 15 Aug 2025 16:15:49 +0400 Subject: [PATCH] oversight with comment location --- docs/docs/configuration/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index b9e613615..8af411ad1 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -612,10 +612,10 @@ genai: base_url: http://localhost::11434 # Required if gemini or openai api_key: "{FRIGATE_GENAI_API_KEY}" + # Required if enabled: The model to use with the provider. + model: gemini-1.5-flash # 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}