Skip to content

Commit d379bde

Browse files
georgebohnischgehrisandro
authored andcommitted
Update README.md
1 parent aa959cc commit d379bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Translates audio into English.
214214
```php
215215
$response = $client->audio()->translate([
216216
'model' => 'whisper-1',
217-
'file' => fopen('german.mp3' 'r'),
217+
'file' => fopen('german.mp3', 'r'),
218218
'response_format' => 'verbose_json',
219219
]);
220220

0 commit comments

Comments
 (0)