Supported LLMs
AWS Bedrock
Setup
- Before using the AWS Bedrock LLM, make sure you have the appropriate model access from Bedrock Console.
- You will also need to authenticate the
boto3
client by using a method in the AWS documentation - You will have to export
AWS_REGION
,AWS_ACCESS_KEY
, andAWS_SECRET_ACCESS_KEY
to set environment variables.
Usage
Config
All available parameters for the aws_bedrock
config are present in Master List of All Params in Config.