Skip to content

Commit d033c36

Browse files
Merge pull request #338 from RobertCraigie/robert/fix-duration
Fix audio duration types
2 parents 91e8d02 + 5780008 commit d033c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11325,7 +11325,7 @@ components:
1132511325
type: string
1132611326
description: The language of the input audio.
1132711327
duration:
11328-
type: string
11328+
type: number
1132911329
description: The duration of the input audio.
1133011330
text:
1133111331
type: string
@@ -11408,7 +11408,7 @@ components:
1140811408
type: string
1140911409
description: The language of the output translation (always `english`).
1141011410
duration:
11411-
type: string
11411+
type: number
1141211412
description: The duration of the input audio.
1141311413
text:
1141411414
type: string
@@ -17522,4 +17522,4 @@ x-oaiMeta:
1752217522
path: create
1752317523
- type: object
1752417524
key: CreateCompletionResponse
17525-
path: object
17525+
path: object

0 commit comments

Comments
 (0)