From ee48d6782dd45038bef235cda95d43955e576813 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 22 Aug 2025 18:07:19 +0400 Subject: [PATCH] add model config parameter to full reference config (#19520) * add model config parameter to full reference config * oversight with comment location --------- Co-authored-by: Nicolas Mowen --- 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 341d0cdc1..c1c512fb2 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -665,6 +665,8 @@ 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 additional args to pass to the GenAI Provider (default: None) provider_options: keep_alive: -1