From fdf87429b45ceb47ae6fd068ab70cc07bcb8da44 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:02:02 +0100 Subject: [PATCH] feat(azure): proactively add audio/speech to deployment endpoints (#1099) --- 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 27bebd8cab..2c8b4dcd88 100644 --- a/src/openai/lib/azure.py +++ b/src/openai/lib/azure.py @@ -22,6 +22,7 @@ "/embeddings", "/audio/transcriptions", "/audio/translations", + "/audio/speech", "/images/generations", ] )