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 b9c64bf commit 8ea4fdcCopy full SHA for 8ea4fdc
example_code/src/main/java/aws/community/examples/InvokeBedrock.java
@@ -29,7 +29,7 @@ public static void main(String[] args) {
29
);
30
31
InvokeModelRequest request = InvokeModelRequest.builder()
32
- .modelId("anthropic.claude-v1")
+ .modelId("anthropic.claude-v2")
33
.body(body)
34
.build();
35
@@ -45,4 +45,4 @@ public static void main(String[] args) {
45
System.out.println(completion);
46
System.out.println();
47
}
48
-}
+}
0 commit comments