add genai to frigateconfig

This commit is contained in:
Josh Hawkins 2024-09-23 12:47:40 -05:00
parent af84af7b7a
commit 6c3070929f

View File

@ -298,6 +298,16 @@ export interface FrigateConfig {
retry_interval: number; retry_interval: number;
}; };
genai: {
enabled: boolean;
provider: string;
base_url?: string;
api_key?: string;
model: string;
prompt: string;
object_prompts: { [key: string]: string };
};
go2rtc: { go2rtc: {
streams: string[]; streams: string[];
webrtc: { webrtc: {