Small genai fix (#14850)

* Ensure the regenerate button shows when genai is only enabled at the camera level

* update docs
This commit is contained in:
Josh Hawkins
2024-11-07 14:27:55 -06:00
committed by GitHub
parent 15bd26c9b1
commit 0d59754be2
5 changed files with 21 additions and 9 deletions

View File

@@ -77,6 +77,13 @@ export interface CameraConfig {
cmd: string;
roles: string[];
}[];
genai: {
enabled: string;
prompt: string;
object_prompts: { [key: string]: string };
required_zones: string[];
objects: string[];
};
live: {
height: number;
quality: number;