Created
December 10, 2024 04:38
-
-
Save KyMidd/0731afac18de00a13c9d23df982723ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a Bedrock client | |
| bedrock_client = boto3.client( | |
| 'bedrock-runtime', | |
| region_name=region_name | |
| ) | |
| # Static prompt | |
| prompt = "Write a short story about a cat" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment