mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-16 02:17:46 +01:00
Miscellaneous fixes (0.17 beta) (#21607)
* Strip model name before training * Handle options file for go2rtc option * Make reviewed optional and add null to API call * Send reviewed for dashboard * Allow setting context size for openai compatible endpoints * push empty go2rtc config to avoid homekit error in log * Add option to set runtime options for LLM providers * Docs --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
@@ -205,7 +205,7 @@ export default function Events() {
|
||||
cameras: reviewSearchParams["cameras"],
|
||||
labels: reviewSearchParams["labels"],
|
||||
zones: reviewSearchParams["zones"],
|
||||
reviewed: 1,
|
||||
reviewed: null, // We want both reviewed and unreviewed items as we filter in the UI
|
||||
before: reviewSearchParams["before"] || last24Hours.before,
|
||||
after: reviewSearchParams["after"] || last24Hours.after,
|
||||
};
|
||||
|
||||
@@ -114,6 +114,7 @@ export default function LiveDashboardView({
|
||||
{
|
||||
limit: 10,
|
||||
severity: "alert",
|
||||
reviewed: 0,
|
||||
cameras: alertCameras,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user