From e84e99b63f9164e45fa9ed1b2a455a9f4275a185 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Mon, 13 Jul 2026 12:28:09 -0400 Subject: [PATCH] Use reliable model for front-door package detection --- config/packages/llmvision.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/llmvision.yaml b/config/packages/llmvision.yaml index d0629ac6..cd20be4c 100644 --- a/config/packages/llmvision.yaml +++ b/config/packages/llmvision.yaml @@ -10,8 +10,8 @@ # Notes: Front-door package detection waits 3 minutes after person # activity, skips routine relocks unless a package is already present, # and rate-limits/downscales OpenAI vision calls for cost control. -# Notes: Both analyzers use gpt-5.4-nano; the garage check remains manual -# while detection accuracy is evaluated. +# Notes: The garage analyzer uses gpt-5.4-nano and remains manual; +# the front-door analyzer uses gpt-4.1-mini for reliable package detection. # Docs: https://llmvision.gitbook.io/getting-started/usage/image-analyzer # Video: https://youtu.be/nAhCezFetvI ###################################################################### @@ -184,7 +184,7 @@ automation: response_variable: llmvision_result data: provider: !secret llmvision_provider_entry - model: gpt-5.4-nano + model: gpt-4.1-mini message: "{{ prompt_text }}" image_entity: - camera.frontdoorbell