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."