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 2f4eb7d commit 39d0084Copy full SHA for 39d0084
examples/elevenlabs/text-to-speech.php
@@ -26,4 +26,4 @@
26
27
$result = $platform->invoke($model, new Text('Hello world'));
28
29
-echo $result->asBase64().\PHP_EOL;
+echo $result->asBinary().\PHP_EOL;
0 commit comments