Skip to content

Commit 1106c17

Browse files
committed
Remove descriptive echo statement from transcription example
- Remove the 'Transcribing audio with custom model...' output message - Keep the example focused on the core functionality without extra output
1 parent 69fae64 commit 1106c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/openai/additional-model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
),
4848
);
4949

50-
echo "Transcribing audio with custom model 'gpt-4o-mini-transcribe':\n";
5150
$result = $platform->invoke($transcribeModel, $messages, [
5251
'max_tokens' => 300,
5352
]);

0 commit comments

Comments
 (0)