From 31da9351f07d7034d7dcee510eaf0f8e08eb5608 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:49:09 -0600 Subject: [PATCH] Clarify genai provider and openai compatible endpoints (#16267) --- docs/docs/configuration/genai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/genai.md b/docs/docs/configuration/genai.md index 63bc60ecb..6c5a9a0f3 100644 --- a/docs/docs/configuration/genai.md +++ b/docs/docs/configuration/genai.md @@ -15,9 +15,9 @@ Semantic Search must be enabled to use Generative AI. ## 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 native providers available to integrate with Frigate. Other providers that support the OpenAI standard API can also be used. See the OpenAI section below. -If the provider you choose requires an API key, you may either directly paste it in your configuration, or store it in an environment variable prefixed with `FRIGATE_`. +To use Generative AI, you must define a single provider at the global level of your Frigate configuration. If the provider you choose requires an API key, you may either directly paste it in your configuration, or store it in an environment variable prefixed with `FRIGATE_`. ```yaml genai: