mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 16:12:19 +03:00
Add model ID to Frigate+ settings page (#17261)
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user