From 278d7b9dff9cfc8fa5059a5e01b65843b3c43d01 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 23 Oct 2024 13:38:46 -0600 Subject: [PATCH] Undo --- frigate/api/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/api/event.py b/frigate/api/event.py index 95b927f39..a27373844 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -1036,7 +1036,7 @@ def regenerate_description( content=( { "success": False, - "message": "Semantic search and generative AI are not enabled", + "message": "Semantic Search and Generative AI must be enabled to regenerate a description", } ), status_code=400,