Skip to content

Commit f05eec9

Browse files
dtmeadowsstainless-app[bot]
authored andcommitted
revert change to response type
1 parent 8dcfe8b commit f05eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/resources/audio/transcriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def create(
8181
extra_query: Query | None = None,
8282
extra_body: Body | None = None,
8383
timeout: float | httpx.Timeout | None | NotGiven = not_given,
84-
) -> TranscriptionCreateResponse:
84+
) -> Transcription:
8585
"""
8686
Transcribes audio into the input language.
8787

0 commit comments

Comments
 (0)