fix typos

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

View File

@ -132,7 +132,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.",
)
@ -203,7 +203,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.",
)