From 351095b189b111a74e9e1825ce5b6da6673a1635 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:08:15 -0400 Subject: [PATCH] docs: update readme (#172) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e272a7a0..f7f77f8c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The Anthropic Python library provides convenient access to the Anthropic REST AP application. It includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). +For the AWS Bedrock API, see [`anthropic-bedrock`](github.com/anthropics/anthropic-bedrock-python). + ## Migration from v0.2.x and below In `v0.3.0`, we introduced a fully rewritten SDK.