GenAI - what is the trick?
I had my frigate instance shutdown for ~7-8 months due to relocations. I've brought it back up, and I've deployed some cameras. I moved from 0.15, to 0.17.
I'm trying to get generative AI working for reviews, summaries, objects, etc.
I read the documentation, I added the sections.
I put my config into their helper AI bot (and it does guide me to add wrong config at times)
But, absolutely nothing is logged in frigate, and there are no called made to my openAI compatible API endpoint. What else do I have to do?
environment_vars:
OPENAI_BASE_URL: https://open-webui.host/api/chat/completions
genai:
provider: openai
api_key: key
model: Qwen3-VL-8B-Instruct-Q4_K_M.gguf
provider_options:
context_size: 10240
mqtt:
enabled: true
host: mqtt.host
port: 1883
user: user
password: password
logger:
default: info
logs:
frigate.genai: debug
semantic_search:
enabled: true
reindex: false
auth:
failed_login_rate_limit: 1/second;5/minute;20/hour
trusted_proxies:
- network/24
go2rtc:
streams:
Driveway:
- ffmpeg:rtsp://192.168.88.20:554/h264?username=grde&password=hgdedd#video=copy#audio=aac
Driveway_sub:
- ffmpeg:rtsp://192.168.88.20:554/h264cif?username=hfdn&password=jfdfrg#video=copy#audio=aac
record:
enabled: true
motion:
days: 30
alerts:
retain:
days: 30
mode: motion
detections:
retain:
days: 30
mode: motion
cameras:
Driveway:
enabled: true
detect:
enabled: true
width: 640
height: 360
fps: 5
snapshots:
enabled: true
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
hwaccel_args: preset-intel-qsv-h264
inputs:
- path: rtsp://0.0.0.0:8554/Driveway
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://0.0.0.0:8554/Driveway_sub
input_args: preset-rtsp-restream
roles:
- audio
- detect
motion:
mask: 0.647,0.901,0.976,0.899,0.978,0.957,0.649,0.954
objects:
track:
- person
- cat
- dog
- bicycle
- bear
- horse
- sheep
- car
- truck
- bear
- cow
- horse
filters:
person: {}
zones: {}
detectors:
coral:
type: edgetpu
device: usb
model:
labelmap_path: /labelmap.txt
width: 300
height: 300
path: /models/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite
review:
genai:
enabled: true
objects:
genai:
enabled: true
use_snapshot: true
track:
- person
- cat
- dog
- bicycle
- bear
- horse
- sheep
- car
- truck
- bear
- cow
- horse
version: 0.17-0