diff --git a/frigate/config/classification.py b/frigate/config/classification.py index 072dfcb21..ba37a484a 100644 --- a/frigate/config/classification.py +++ b/frigate/config/classification.py @@ -49,8 +49,8 @@ class SemanticSearchConfig(FrigateBaseModel): ) device: Optional[str] = Field( default=None, - title="The gpu id to use for semantic search.", - description="This is an override, to target a specific gpu use: '0', '1', etc.", + title="The device key to use for semantic search.", + description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information", )