mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
add genai to frigateconfig
This commit is contained in:
parent
af84af7b7a
commit
6c3070929f
@ -298,6 +298,16 @@ export interface FrigateConfig {
|
||||
retry_interval: number;
|
||||
};
|
||||
|
||||
genai: {
|
||||
enabled: boolean;
|
||||
provider: string;
|
||||
base_url?: string;
|
||||
api_key?: string;
|
||||
model: string;
|
||||
prompt: string;
|
||||
object_prompts: { [key: string]: string };
|
||||
};
|
||||
|
||||
go2rtc: {
|
||||
streams: string[];
|
||||
webrtc: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user