fix typos

This commit is contained in:
baudneo 2025-07-31 22:53:31 -06:00
parent 54c2decce3
commit d00a58c7f2
No known key found for this signature in database
GPG Key ID: 51445F2ED08EBC7F

View File

@ -49,7 +49,7 @@ class SemanticSearchConfig(FrigateBaseModel):
)
device: str = Field(
default="CPU",
title="The device to use for license plate recognition.",
title="The device to use for semantic search.",
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
)
@ -94,7 +94,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
)
device: str = Field(
default="CPU",
title="The device to use for license plate recognition.",
title="The device to use for face recognition.",
description="Use 'cpu' or 'gpu', to target a specific gpu use: '0', '1', etc.",
)