Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created December 10, 2024 04:38
Show Gist options
  • Select an option

  • Save KyMidd/0731afac18de00a13c9d23df982723ec to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/0731afac18de00a13c9d23df982723ec to your computer and use it in GitHub Desktop.
# 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