From 5fbbd9b3ac1d81cdbd58b5b20946816d34f6592e Mon Sep 17 00:00:00 2001 From: AmirHossein_Omidi <151873319+AmirHosseinOmidi0@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:00:45 +0330 Subject: [PATCH] =?UTF-8?q?Rename=20azure-openai.py=20to=20azure=D9=80open?= =?UTF-8?q?ai.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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