From 9ccce8de9795f5ebc01fc14a1fa6565debc37473 Mon Sep 17 00:00:00 2001 From: Buer <42402987+MartialBE@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20support=20azure=20openai=20?= =?UTF-8?q?tts=20(#65)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/azure/base.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/azure/base.go b/providers/azure/base.go index 882fed7a..c1552a41 100644 --- a/providers/azure/base.go +++ b/providers/azure/base.go @@ -31,6 +31,7 @@ func getAzureConfig() base.ProviderConfig { Completions: "/completions", ChatCompletions: "/chat/completions", Embeddings: "/embeddings", + AudioSpeech: "/audio/speech", AudioTranscriptions: "/audio/transcriptions", AudioTranslations: "/audio/translations", ImagesGenerations: "/images/generations",