forked from Github/frigate
Improve error message when semantic search is not enabled with genai (#14528)
This commit is contained in:
@@ -1015,7 +1015,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,
|
||||
|
||||
Reference in New Issue
Block a user