Commit f66d33e4

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2024-01-24 18:02:02
feat(azure): proactively add audio/speech to deployment endpoints (#1099)
1 parent dd808c0
Changed files (1)
src
openai
src/openai/lib/azure.py
@@ -22,6 +22,7 @@ _deployments_endpoints = set(
         "/embeddings",
         "/audio/transcriptions",
         "/audio/translations",
+        "/audio/speech",
         "/images/generations",
     ]
 )