correct title for: device in FaceRec and LPR config models

This commit is contained in:
baudneo 2025-08-17 21:10:19 -06:00
parent df1e7cb431
commit 2a9a8519c1
No known key found for this signature in database
GPG Key ID: 51445F2ED08EBC7F

View File

@ -203,7 +203,7 @@ class FaceRecognitionConfig(FrigateBaseModel):
)
device: Optional[str] = Field(
default=None,
title="The device key to use for semantic search.",
title="The device key to use for face recognition.",
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
)
@ -266,7 +266,7 @@ class LicensePlateRecognitionConfig(FrigateBaseModel):
)
device: Optional[str] = Field(
default=None,
title="The device key to use for semantic search.",
title="The device key to use for LPR.",
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
)