From 1c183e2c478deb7801f44df392dfda0b0691de41 Mon Sep 17 00:00:00 2001 From: kujtimiihoxha Date: Thu, 23 Oct 2025 15:39:26 +0200 Subject: [PATCH] docs: remove bedrock todo --- providers/bedrock/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/providers/bedrock/README.md b/providers/bedrock/README.md index a76c6081e5cd4cc54de96b69ed46edd5170813e4..a24cf245dde54392757a61d4014b413cc90c8c8f 100644 --- a/providers/bedrock/README.md +++ b/providers/bedrock/README.md @@ -1,14 +1,10 @@ # Bedrock -* Install the AWS CLI -* Log in in `aws configure` +- Install the AWS CLI +- Log in in `aws configure` To see available models, run: ```bash aws bedrock list-inference-profiles --region us-east-1 ``` - -TODO: - -* [ ] Support API keys created [on this page](https://eu-north-1.console.aws.amazon.com/bedrock/home#/api-keys/long-term/create).