Skip to content

Commit 839c845

Browse files
committed
fix: Add more output to see the stream
1 parent dded31a commit 839c845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openrouter/stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
$platform = PlatformFactory::create(env('OPENROUTER_KEY'), http_client());
1919

20-
$messages = new MessageBag(Message::ofUser('What is the eighth prime number?'));
20+
$messages = new MessageBag(Message::ofUser('List the first 50 prime number?'));
2121
$result = $platform->invoke('google/gemini-2.5-flash-lite', $messages, [
2222
'stream' => true,
2323
]);

0 commit comments

Comments
 (0)