Nothing
test_aws_bedrock_provider <- function(
cache_point = "5m",
model = "anthropic.claude-3-5-haiku-20241022-v1:0"
) {
cache_point <- as_bedrock_cache_point(cache_point, model)
ProviderAWSBedrock(
name = "ProviderAWSBedrock",
base_url = "https://bedrock-runtime.us-east-1.amazonaws.com",
model = model,
profile = NULL,
region = "us-east-1",
cache = list(),
cache_point = cache_point,
params = list(),
extra_args = list(),
extra_headers = character()
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.