Skip to content

Commit 78fd1a6

Browse files
committed
minor #692 Update cerebras chat example (OskarStark)
This PR was merged into the main branch. Discussion ---------- Update cerebras chat example | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT To not receive: > I'm not currently able to access real-time information. However, I can suggest some possible ways... Commits ------- 1d18c5a Update cerebras chat example
2 parents 0b390c7 + 1d18c5a commit 78fd1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cerebras/chat.php

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

2121
$messages = new MessageBag(
2222
Message::forSystem('You are a helpful assistant.'),
23-
Message::ofUser('How is the weather in Tokyo today?'),
23+
Message::ofUser('What is the capital of Japan?'),
2424
);
2525
$result = $platform->invoke(new Model(Model::LLAMA3_1_8B), $messages);
2626

0 commit comments

Comments
 (0)