Skip to content

Commit b39beb9

Browse files
committed
Fix formatting
1 parent 3506835 commit b39beb9

File tree

1 file changed

+2
-2
lines changed
  • php/example_code/bedrock-runtime/Models/AmazonNova/Text

1 file changed

+2
-2
lines changed

php/example_code/bedrock-runtime/Models/AmazonNova/Text/Converse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ public function converse(): string
2323
'profile' => 'default'
2424
]);
2525

26-
// Set the model ID, e.g., Amazon Nova Lite.
26+
// Set the model ID, e.g., Amazon Nova Lite.
2727
$modelId = 'amazon.nova-lite-v1:0';
2828

29-
// Start a conversation with the user message.
29+
// Start a conversation with the user message.
3030
$userMessage = "Describe the purpose of a 'hello world' program in one line.";
3131
$conversation = [
3232
[

0 commit comments

Comments
 (0)