From 6616be7d0794b7d9b6e5ec4dd2e56f99282e27fe Mon Sep 17 00:00:00 2001 From: Phil Chen Date: Thu, 19 Sep 2024 15:09:26 -0700 Subject: [PATCH] Updating documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea04214..a8a60d0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This repo is an example app showing text summarization leveraging Amazon Web Services Account * Enable Amazon Bedrock Access (Specifically Mistral-Large) see: Manage access to Amazon Bedrock foundation models * EC2 Instance Role with AmazonBedrockFullAccess Policy Attached (note you can make this more secure by making a custom policy) +* Verified on Python 3.10, 3.11, 3.12 * Verified on EC2 Instance Ubuntu 22.04 and Ubuntu 24.04 * Virtualenv * AWS Default Region is set to us-east-1 you can change the region in the `text_summarization_llm_app.py` file under `region_name='us-east-1'`