Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Oct 9, 2024
1 parent c7ec533 commit 5780008
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 @@ -11325,7 +11325,7 @@ components:
type: string
description: The language of the input audio.
duration:
type: float
type: number
description: The duration of the input audio.
text:
type: string
Expand Down Expand Up @@ -11408,7 +11408,7 @@ components:
type: string
description: The language of the output translation (always `english`).
duration:
type: float
type: number
description: The duration of the input audio.
text:
type: string
Expand Down

0 comments on commit 5780008

Please sign in to comment.