Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10244,19 +10244,11 @@ components:
AudioTranscriptionVerboseJsonResponse:
type: object
required:
- task
- language
- duration
- text
- segments
properties:
task:
type: string
description: The task performed
enum:
- transcribe
- translate
example: transcribe
language:
type: string
description: The language of the audio
Expand Down Expand Up @@ -10460,19 +10452,11 @@ components:
AudioTranslationVerboseJsonResponse:
type: object
required:
- task
- language
- duration
- text
- segments
properties:
task:
type: string
description: The task performed
enum:
- transcribe
- translate
example: translate
language:
type: string
description: The target language of the translation
Expand Down
Loading