mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-19 17:51:34 +02: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
|