Skip to content

Commit 39d0084

Browse files
committed
fix
1 parent 2f4eb7d commit 39d0084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/elevenlabs/text-to-speech.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
$result = $platform->invoke($model, new Text('Hello world'));
2828

29-
echo $result->asBase64().\PHP_EOL;
29+
echo $result->asBinary().\PHP_EOL;

0 commit comments

Comments
 (0)