We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60570ea commit b5f35d0Copy full SHA for b5f35d0
guides/aws_bedrock.md
@@ -42,7 +42,7 @@ import aisuite as ai
42
client = ai.Client()
43
44
45
-model_id = "meta.llama3-1-405b-instruct-v1:0" # Mode ID from above
+model_id = "meta.llama3-1-405b-instruct-v1:0" # Model ID from above
46
provider = "aws-bedrock"
47
48
messages = [
0 commit comments