Commit f05eec91

David Meadows <dmeadows@stainless.com>
2025-10-18 02:33:26
revert change to response type
1 parent 8dcfe8b
Changed files (1)
src
openai
resources
src/openai/resources/audio/transcriptions.py
@@ -81,7 +81,7 @@ class Transcriptions(SyncAPIResource):
         extra_query: Query | None = None,
         extra_body: Body | None = None,
         timeout: float | httpx.Timeout | None | NotGiven = not_given,
-    ) -> TranscriptionCreateResponse:
+    ) -> Transcription:
         """
         Transcribes audio into the input language.