Skip to content

Commit dbf1c33

Browse files
committed
Fix audio duration types
1 parent 60683fc commit dbf1c33

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
@@ -11331,7 +11331,7 @@ components:
1133111331
type: string
1133211332
description: The language of the input audio.
1133311333
duration:
11334-
type: string
11334+
type: float
1133511335
description: The duration of the input audio.
1133611336
text:
1133711337
type: string
@@ -11414,7 +11414,7 @@ components:
1141411414
type: string
1141511415
description: The language of the output translation (always `english`).
1141611416
duration:
11417-
type: string
11417+
type: float
1141811418
description: The duration of the input audio.
1141911419
text:
1142011420
type: string
@@ -17548,4 +17548,4 @@ x-oaiMeta:
1754817548
path: create
1754917549
- type: object
1755017550
key: CreateCompletionResponse
17551-
path: object
17551+
path: object

0 commit comments

Comments
 (0)