Skip to content

Commit

Permalink
Merge pull request openai#64 from rattrayalex/patch-6
Browse files Browse the repository at this point in the history
Document that FLAC and OGG filetypes are accepted in Whisper endpoints
  • Loading branch information
schnerd committed Aug 12, 2023
2 parents 38132eb + bc00e30 commit 06d5450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ components:
properties:
file:
description: |
The audio file object (not file name) to transcribe, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
The audio file object (not file name) to transcribe, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
type: string
x-oaiTypeLabel: file
format: binary
Expand Down Expand Up @@ -3020,7 +3020,7 @@ components:
properties:
file:
description: |
The audio file object (not file name) translate, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
The audio file object (not file name) translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
type: string
x-oaiTypeLabel: file
format: binary
Expand Down

0 comments on commit 06d5450

Please sign in to comment.