Skip to content

Commit

Permalink
Fix link to api in genai docs (#15075)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 authored Nov 19, 2024
1 parent 66277fb commit 0df091f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/genai.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ While generating simple descriptions of detected objects is useful, understandin

### Using GenAI for notifications

Frigate provides an [MQTT topic](/integrations/mqtt), `frigate/tracked_object_update`, that is updated with a JSON payload containing `event_id` and `description` when your AI provider returns a description for a tracked object. This description could be used directly in notifications, such as sending alerts to your phone or making audio announcements. If additional details from the tracked object are needed, you can query the [HTTP API](/integrations/api) using the `event_id`, eg: `http://frigate_ip:5000/api/events/<event_id>`.
Frigate provides an [MQTT topic](/integrations/mqtt), `frigate/tracked_object_update`, that is updated with a JSON payload containing `event_id` and `description` when your AI provider returns a description for a tracked object. This description could be used directly in notifications, such as sending alerts to your phone or making audio announcements. If additional details from the tracked object are needed, you can query the [HTTP API](/integrations/api/event-events-event-id-get) using the `event_id`, eg: `http://frigate_ip:5000/api/events/<event_id>`.

## Custom Prompts

Expand Down

0 comments on commit 0df091f

Please sign in to comment.