forked from mhaowork/amblegpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
27 lines (24 loc) · 1.16 KB
/
config.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
frigate_server_ip: YOUR_FRIGATE_IP
frigate_server_port: 5000
mqtt_broker: YOUR_MQTT_BROKER_IP
mqtt_port: 1883
result_language: english
mqtt_username: YOUR_MQTT_USER # optional
mqtt_password: YOUR_MQTT_PASSWORD # optional
#more optional configs are below
prompt: > #optional
If necessary, uncomment this and use your prompt here
The default prompt can be found in mqtt_client.py
per_camera_configuration: #optional
# The camera name must match Frigate
Front Door:
# The custom prompt is optional and is used to provide more context for GPT to better understand the footage.
# This will be inserted into the prompt before sending it to GPT.
custom_prompt: >
The camera that took the footage is a doorbell camera outside the front door of the house.
The door is on the left side of the video frame and the exit is on the right side.
Outside:
custom_prompt: >
The camera that took the footage is mounted on the frame of the front window of the house facing the street.
The street allow guest parking and it is normal to see cars parked on the street.
There might also be people walking (with their dogs) on the sidewalk before 9pm.