From 3aed0e5f00bd7391851704714769b977f062c2fc Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 23 Aug 2026 17:36:57 +0200 Subject: [PATCH] Fuck the blur --- cloud/safety_checker.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cloud/safety_checker.py b/cloud/safety_checker.py index c31d7f4..c1eb7ca 100644 --- a/cloud/safety_checker.py +++ b/cloud/safety_checker.py @@ -21,8 +21,10 @@ def check_dish_safety(image_path: str) -> dict: prompt = ( "You are an expert microwave safety quality inspector analyzing a top-down camera frame.\n\n" "INSPECTION STEPS:\n" - "Describe what you see in the image, identify any potential hazards, and determine if the dish is safe to microwave.\n\n" - "Alert only if the cooking of the dish will cause damage to the microwave or the dish itself." + "Describe what you see in the image, identify any potential hazards, and determine if the dish is safe to microwave.\n" + "Alert only if the cooking of the dish will cause damage to the microwave or the dish itself.\n" + "NOTES:\n" + "The camera focus is wrongly setup, so the image may be blurry. Please do not take the blurriness into account when analyzing the dish.\n" ) response_raw = generate(