From fc0d01b8a07b5ac39d4310bfd2af04ee1989ad30 Mon Sep 17 00:00:00 2001 From: Augustine Teo Date: Mon, 28 Apr 2025 22:17:24 +0800 Subject: [PATCH] feat: add images/generations to azure endpoints list --- src/openai/lib/azure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openai/lib/azure.py b/src/openai/lib/azure.py index ea7bd20d99..655dd71d4c 100644 --- a/src/openai/lib/azure.py +++ b/src/openai/lib/azure.py @@ -25,6 +25,7 @@ "/audio/translations", "/audio/speech", "/images/generations", + "/images/edits", ] )