Skip to content

Commit aa97bb7

Browse files
fixing typo
1 parent e4150d9 commit aa97bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/llama_api_providers/examples_with_aws/getting_started_llama_3_on_amazon_bedrock.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"print(\"\\n=======LLAMA-3-8B====PROMPT 1================>\", prompt_1)\n",
252252
"response_8b_prompt1 = invoke_model(bedrock_runtime, 'meta.llama3-8b-instruct-v1:0', prompt_1, 256)\n",
253253
"print(\"\\n=======LLAMA-3-70B====PROMPT 1================>\", prompt_1)\n",
254-
"esponse_70b_prompt1 = invoke_model(bedrock_runtime, 'meta.llama3-70b-instruct-v1:0', prompt_1, 256)\n",
254+
"response_70b_prompt1 = invoke_model(bedrock_runtime, 'meta.llama3-70b-instruct-v1:0', prompt_1, 256)\n",
255255
"\n",
256256
"\n",
257257
"# Print the differences in responses\n",
@@ -275,7 +275,7 @@
275275
"# Print the differences in responses\n",
276276
"print(\"==========================\")\n",
277277
"print(\"\\nDIFF VIEW for PROMPT 2:\")\n",
278-
"print_diff(response_8b_prompt1, response_70b_prompt1)\n",
278+
"print_diff(response_8b_prompt2, response_70b_prompt2)\n",
279279
"print(\"==========================\")"
280280
]
281281
}

0 commit comments

Comments
 (0)