Add model ID to Frigate+ settings page (#17261)

This commit is contained in:
leccelecce
2025-03-19 20:56:38 -05:00
committed by GitHub
parent a7704a369d
commit 1787f6130d
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -393,6 +393,7 @@ export interface FrigateConfig {
all_attributes: [string];
plus?: {
name: string;
id: string;
trainDate: string;
baseModel: string;
supportedDetectors: string[];
@@ -113,6 +113,12 @@ export default function FrigatePlusSettingsView() {
).toLocaleString()}
</p>
</div>
<div>
<Label className="text-muted-foreground">
{t("frigatePlus.modelInfo.modelId")}
</Label>
<p>{config.model.plus.id}</p>
</div>
<div>
<Label className="text-muted-foreground">
{t("frigatePlus.modelInfo.baseModel")}