forked from Github/frigate
Add Azure OpenAI as genai provider (#14102)
* add azure openai genai client * docs
This commit is contained in:
@@ -11,6 +11,7 @@ __all__ = ["GenAIConfig", "GenAICameraConfig", "GenAIProviderEnum"]
|
||||
|
||||
class GenAIProviderEnum(str, Enum):
|
||||
openai = "openai"
|
||||
azure_openai = "azure_openai"
|
||||
gemini = "gemini"
|
||||
ollama = "ollama"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user