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 69fae64 commit 1106c17Copy full SHA for 1106c17
examples/openai/additional-model.php
@@ -47,7 +47,6 @@
47
),
48
);
49
50
-echo "Transcribing audio with custom model 'gpt-4o-mini-transcribe':\n";
51
$result = $platform->invoke($transcribeModel, $messages, [
52
'max_tokens' => 300,
53
]);
0 commit comments