Skip to content

Commit 92594f1

Browse files
HAYDEN-OAIstainless-app[bot]
authored andcommitted
fix(audio): restore transcription keyword overload
1 parent 59ed1dc commit 92594f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openai/resources/audio/transcriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def create(
7272
model: Union[str, AudioModel],
7373
chunking_strategy: Optional[transcription_create_params.ChunkingStrategy] | Omit = omit,
7474
include: List[TranscriptionInclude] | Omit = omit,
75-
75+
keywords: SequenceNotStr[str] | Omit = omit,
7676
language: str | Omit = omit,
7777
languages: SequenceNotStr[str] | Omit = omit,
7878
prompt: str | Omit = omit,

0 commit comments

Comments
 (0)