From 1bea9aec992a5541979196beab76bedca9316f91 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 9 Aug 2025 17:12:09 -0600 Subject: [PATCH] Formatting --- frigate/genai/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/genai/__init__.py b/frigate/genai/__init__.py index 5e7bc6029..a79cf71ee 100644 --- a/frigate/genai/__init__.py +++ b/frigate/genai/__init__.py @@ -81,7 +81,9 @@ class GenAIClient: return ReviewMetadata.model_validate_json(clean_json) except Exception as e: # rarely LLMs can fail to follow directions on output format - logger.warning(f"Failed to parse review description as the response did not match expected format. {e}") + logger.warning( + f"Failed to parse review description as the response did not match expected format. {e}" + ) return None else: return None