From 1d18c5a3a2b8d37842407fd214cd982fbb6abad9 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sun, 28 Sep 2025 20:30:44 +0200 Subject: [PATCH] Update cerebras chat example "I'm not currently able to access real-time information. However, I can suggest some possible ways..." --- examples/cerebras/chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);