import { ArrowSquareOut, Info } from "@phosphor-icons/react"; import { AWS_REGIONS } from "./regions"; import { useState } from "react"; export default function AwsBedrockLLMOptions({ settings }) { const [connectionMethod, setConnectionMethod] = useState( settings?.AwsBedrockLLMConnectionMethod ?? "iam" ); return (
You should use a properly defined IAM user for inferencing.
Read more on how to use AWS Bedrock in AnythingLLM
Select the method to authenticate with AWS Bedrock.