Skip to content

Commit

Permalink
Fix audio duration types
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Oct 1, 2024
1 parent 60683fc commit dbf1c33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11331,7 +11331,7 @@ components:
type: string
description: The language of the input audio.
duration:
type: string
type: float
description: The duration of the input audio.
text:
type: string
Expand Down Expand Up @@ -11414,7 +11414,7 @@ components:
type: string
description: The language of the output translation (always `english`).
duration:
type: string
type: float
description: The duration of the input audio.
text:
type: string
Expand Down Expand Up @@ -17548,4 +17548,4 @@ x-oaiMeta:
path: create
- type: object
key: CreateCompletionResponse
path: object
path: object

0 comments on commit dbf1c33

Please sign in to comment.