We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8b3785 + c73cdd4 commit 4258265Copy full SHA for 4258265
main.js
@@ -8,7 +8,7 @@ const bedrock = new AWS.BedrockRuntime({
8
// const modelId1 = 'amazon.titan-tg1-large'; // Replace with the desired model ID
9
const modelId2 = "ai21.j2-ultra-v1"; // Replace with the desired model ID
10
11
-const promptReceived = "What is the capital city of Germany?"
+const promptReceived = "What is the capital city of France?"
12
13
const bodyForModelId2 = {
14
prompt: promptReceived,
0 commit comments