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 3506835 commit b39beb9Copy full SHA for b39beb9
php/example_code/bedrock-runtime/Models/AmazonNova/Text/Converse.php
@@ -23,10 +23,10 @@ public function converse(): string
23
'profile' => 'default'
24
]);
25
26
-// Set the model ID, e.g., Amazon Nova Lite.
+ // Set the model ID, e.g., Amazon Nova Lite.
27
$modelId = 'amazon.nova-lite-v1:0';
28
29
-// Start a conversation with the user message.
+ // Start a conversation with the user message.
30
$userMessage = "Describe the purpose of a 'hello world' program in one line.";
31
$conversation = [
32
[
0 commit comments