Skip to content

Commit 79a805e

Browse files
committed
fix
1 parent 771a831 commit 79a805e

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)