Skip to content

Commit 06d5450

Browse files
authored
Merge pull request #64 from rattrayalex/patch-6
Document that FLAC and OGG filetypes are accepted in Whisper endpoints
2 parents 38132eb + bc00e30 commit 06d5450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,7 @@ components:
29642964
properties:
29652965
file:
29662966
description: |
2967-
The audio file object (not file name) to transcribe, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
2967+
The audio file object (not file name) to transcribe, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
29682968
type: string
29692969
x-oaiTypeLabel: file
29702970
format: binary
@@ -3020,7 +3020,7 @@ components:
30203020
properties:
30213021
file:
30223022
description: |
3023-
The audio file object (not file name) translate, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
3023+
The audio file object (not file name) translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
30243024
type: string
30253025
x-oaiTypeLabel: file
30263026
format: binary

0 commit comments

Comments
 (0)