mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 14:15:22 +03:00
fix docs
This commit is contained in:
parent
a1fea82409
commit
c1766f8908
@ -5,7 +5,7 @@ title: Generative AI
|
|||||||
|
|
||||||
Generative AI can be used to automatically generate descriptions based on the thumbnails of your events. This helps with [semantic search](/configuration/semantic_search) in Frigate by providing detailed text descriptions as a basis of the search query.
|
Generative AI can be used to automatically generate descriptions based on the thumbnails of your events. This helps with [semantic search](/configuration/semantic_search) in Frigate by providing detailed text descriptions as a basis of the search query.
|
||||||
|
|
||||||
# Configuration
|
## Configuration
|
||||||
|
|
||||||
Generative AI can be enabled for all cameras or only for specific cameras. There are currently 3 providers available to integrate with Frigate.
|
Generative AI can be enabled for all cameras or only for specific cameras. There are currently 3 providers available to integrate with Frigate.
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ genai:
|
|||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
```
|
```
|
||||||
|
|
||||||
# Custom Prompts
|
## Custom Prompts
|
||||||
|
|
||||||
Frigate sends multiple frames from the detection along with a prompt to your Generative AI provider asking it to generate a description. The default prompt is as follows:
|
Frigate sends multiple frames from the detection along with a prompt to your Generative AI provider asking it to generate a description. The default prompt is as follows:
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ genai:
|
|||||||
car: "Label the primary vehicle in these images with just the name of the company if it is a delivery vehicle, or the color make and model."
|
car: "Label the primary vehicle in these images with just the name of the company if it is a delivery vehicle, or the color make and model."
|
||||||
```
|
```
|
||||||
|
|
||||||
## Experiment with prompts
|
### Experiment with prompts
|
||||||
|
|
||||||
Providers also has a public facing chat interface for their models. Download a couple different thumbnails or snapshots from Frigate and try new things in the playground to get descriptions to your liking before updating the prompt in Frigate.
|
Providers also has a public facing chat interface for their models. Download a couple different thumbnails or snapshots from Frigate and try new things in the playground to get descriptions to your liking before updating the prompt in Frigate.
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
"Semantic Search": [
|
"Semantic Search": [
|
||||||
"configuration/semantic_search",
|
"configuration/semantic_search",
|
||||||
"configuration/gemini",
|
"configuration/genai",
|
||||||
],
|
],
|
||||||
Cameras: [
|
Cameras: [
|
||||||
"configuration/cameras",
|
"configuration/cameras",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user