From 92ce8feaf21ba2a4469b71fdf7368920935fdbba Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 4 Jan 2026 08:25:54 -0700 Subject: [PATCH] Adjust default config model to align with recommended --- docs/docs/configuration/genai.md | 2 +- docs/docs/configuration/genai/objects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/genai.md b/docs/docs/configuration/genai.md index 991562871..875608766 100644 --- a/docs/docs/configuration/genai.md +++ b/docs/docs/configuration/genai.md @@ -211,7 +211,7 @@ You are also able to define custom prompts in your configuration. genai: provider: ollama base_url: http://localhost:11434 - model: llava + model: qwen3-vl:8b-instruct objects: prompt: "Analyze the {label} in these images from the {camera} security camera. Focus on the actions, behavior, and potential intent of the {label}, rather than just describing its appearance." diff --git a/docs/docs/configuration/genai/objects.md b/docs/docs/configuration/genai/objects.md index 18bf4fe2e..22bb6c21a 100644 --- a/docs/docs/configuration/genai/objects.md +++ b/docs/docs/configuration/genai/objects.md @@ -39,7 +39,7 @@ You are also able to define custom prompts in your configuration. genai: provider: ollama base_url: http://localhost:11434 - model: llava + model: qwen3-vl:8b-instruct objects: prompt: "Analyze the {label} in these images from the {camera} security camera. Focus on the actions, behavior, and potential intent of the {label}, rather than just describing its appearance."