We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d906ea commit 209e8a4Copy full SHA for 209e8a4
README.md
@@ -281,7 +281,7 @@ The translations API takes as input the audio file in any of the supported langu
281
model: "whisper-1",
282
file: File.open('path_to_file'),
283
})
284
- puts response.parsed_body['text']
+ puts response.parsed_response['text']
285
=> "Translation of the text"
286
```
287
@@ -295,7 +295,7 @@ The transcriptions API takes as input the audio file you want to transcribe and
295
296
297
298
299
=> "Transcription of the text"
300
301
0 commit comments