mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-11-07 01:20:07 +01:00
* api endpoint * embeddings rename function * frontend and i18n keys * lazy load train tab images * only log exception to make codeql happy
6 lines
84 B
Python
6 lines
84 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class RenameFaceBody(BaseModel):
|
|
new_name: str
|