diff --git a/examples/cerebras/chat.php b/examples/cerebras/chat.php index 30ae4a338..50d6bb58c 100644 --- a/examples/cerebras/chat.php +++ b/examples/cerebras/chat.php @@ -20,7 +20,7 @@ $messages = new MessageBag( Message::forSystem('You are a helpful assistant.'), - Message::ofUser('How is the weather in Tokyo today?'), + Message::ofUser('What is the capital of Japan?'), ); $result = $platform->invoke(new Model(Model::LLAMA3_1_8B), $messages);