Browse Source

fixing typo

Beto 1 year ago
parent
commit
fc44e6ab54

+ 1 - 1
recipes/llama_api_providers/examples_with_aws/getting_started_llama2_on_amazon_bedrock.ipynb

@@ -250,7 +250,7 @@
     "esponse_70b_prompt1 = invoke_model(bedrock_runtime, 'meta.llama3-70b-instruct-v1:0', prompt_1, 256)\n",
     "\n",
     "\n",
-    "Print the differences in responses\n",
+    "# Print the differences in responses\n",
     "print(\"==========================\")\n",
     "print(\"\\nDIFF VIEW for PROMPT 1:\")\n",
     "print_diff(response_8b_prompt1, response_70b_prompt1)\n",