Adam

Results 1 comments of Adam

For those using anthropic through bedrock. it's possible to use [anthropic bedrock wrapper](https://docs.anthropic.com/en/api/claude-on-amazon-bedrock) `from anthropic import AnthropicBedrock` to init the client and use with `instructor.from_anthropic(client)`, instead of using boto3. This...