Skip to content

Commit 4258265

Browse files
authored
Merge pull request #7 from badogan/dev-feature-1
changed to France for dev-feature-1. closes #5
2 parents e8b3785 + c73cdd4 commit 4258265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const bedrock = new AWS.BedrockRuntime({
88
// const modelId1 = 'amazon.titan-tg1-large'; // Replace with the desired model ID
99
const modelId2 = "ai21.j2-ultra-v1"; // Replace with the desired model ID
1010

11-
const promptReceived = "What is the capital city of Germany?"
11+
const promptReceived = "What is the capital city of France?"
1212

1313
const bodyForModelId2 = {
1414
prompt: promptReceived,

0 commit comments

Comments
 (0)