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 def1c44 commit ba458aaCopy full SHA for ba458aa
examples/cerebras/chat.php
@@ -20,7 +20,7 @@
20
21
$messages = new MessageBag(
22
Message::forSystem('You are a helpful assistant.'),
23
- Message::ofUser('How is the weather in Tokyo today?'),
+ Message::ofUser('What is the capital of Japan?'),
24
);
25
$result = $platform->invoke(new Model(Model::LLAMA3_1_8B), $messages);
26
0 commit comments