From e6f9fec9790ce348d977228b482d078dbf5342e9 Mon Sep 17 00:00:00 2001 From: AmirHossein_Omidi <151873319+AmirHosseinOmidi0@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:03:08 +0330 Subject: [PATCH] Rename azure-openai.py to azure_openai.py Use a legal module name for frigate.genai.azure_openai instead of the previous frigate.genai.azure-openai, ensuring compatibility with Python import rules. --- frigate/genai/{azure-openai.py => azure_openai.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename frigate/genai/{azure-openai.py => azure_openai.py} (100%) diff --git a/frigate/genai/azure-openai.py b/frigate/genai/azure_openai.py similarity index 100% rename from frigate/genai/azure-openai.py rename to frigate/genai/azure_openai.py