diff --git a/week1/community-contributions/Invoke LLM model from AWS Bedrock.ipynb b/week1/community-contributions/Invoke LLM model from AWS Bedrock.ipynb index febfd93..6948253 100644 --- a/week1/community-contributions/Invoke LLM model from AWS Bedrock.ipynb +++ b/week1/community-contributions/Invoke LLM model from AWS Bedrock.ipynb @@ -96,33 +96,10 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "0e68b2d5-4d43-4b80-8574-d3c847b33661", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Certainly! Here's a table of some of the best parks in London, along with their Google ratings and the number of ratings they have received. Note that ratings can fluctuate over time, so it's always a good idea to check the latest reviews on Google before planning your visit.\n", - "\n", - "| Park Name | Google Rating | Number of Ratings |\n", - "| --- | --- | --- |\n", - "| Regent's Park | 4.7 | 10,000+ |\n", - "| Hyde Park | 4.6 | 20,000+ |\n", - "| Greenwich Park | 4.6 | 5,000+ |\n", - "| Kensington Gardens | 4.6 | 5,000+ |\n", - "| St. James's Park | 4.5 | 3,000+ |\n", - "| Victoria Park | 4.5 | 2,000+ |\n", - "| Richmond Park | 4.6 | 3,000+ |\n", - "| Hampstead Heath | 4.6 | 4,000+ |\n", - "| Holland Park | 4.5 | 1,000+ |\n", - "| Battersea Park | 4.4 | 1,500+ |\n", - "\n", - "These ratings are based on the latest information available as of 2023. Always check the most recent reviews for the most up-to-date information.\n" - ] - } - ], + "outputs": [], "source": [ "try:\n", " # Send the message to the model, using a basic inference configuration.\n",